We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584571b commit e934752Copy full SHA for e934752
p4src/includes/p4_table_sizes.h
@@ -55,9 +55,9 @@ limitations under the License.
55
#define IP_NAT_TABLE_SIZE MIN_SRAM_TABLE_SIZE
56
#define IP_NAT_FLOW_TABLE_SIZE MIN_TCAM_TABLE_SIZE
57
#define EGRESS_NAT_TABLE_SIZE MIN_SRAM_TABLE_SIZE
58
-#define IPV4_LPM_TABLE_SIZE MIN_TCAM_TABLE_SIZE
+#define IPV4_LPM_TABLE_SIZE 8192
59
#define IPV6_LPM_TABLE_SIZE MIN_TCAM_TABLE_SIZE
60
-#define IPV4_HOST_TABLE_SIZE MIN_SRAM_TABLE_SIZE
+#define IPV4_HOST_TABLE_SIZE 16384
61
#define IPV6_HOST_TABLE_SIZE MIN_SRAM_TABLE_SIZE
62
#define IPV4_MULTICAST_STAR_G_TABLE_SIZE MIN_SRAM_TABLE_SIZE
63
#define IPV4_MULTICAST_S_G_TABLE_SIZE MIN_SRAM_TABLE_SIZE
0 commit comments