Skip to content

Commit e934752

Browse files
author
Kram
committed
update V4 table size - 8k LPM and 16k Host
1 parent 584571b commit e934752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p4src/includes/p4_table_sizes.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ limitations under the License.
5555
#define IP_NAT_TABLE_SIZE MIN_SRAM_TABLE_SIZE
5656
#define IP_NAT_FLOW_TABLE_SIZE MIN_TCAM_TABLE_SIZE
5757
#define EGRESS_NAT_TABLE_SIZE MIN_SRAM_TABLE_SIZE
58-
#define IPV4_LPM_TABLE_SIZE MIN_TCAM_TABLE_SIZE
58+
#define IPV4_LPM_TABLE_SIZE 8192
5959
#define IPV6_LPM_TABLE_SIZE MIN_TCAM_TABLE_SIZE
60-
#define IPV4_HOST_TABLE_SIZE MIN_SRAM_TABLE_SIZE
60+
#define IPV4_HOST_TABLE_SIZE 16384
6161
#define IPV6_HOST_TABLE_SIZE MIN_SRAM_TABLE_SIZE
6262
#define IPV4_MULTICAST_STAR_G_TABLE_SIZE MIN_SRAM_TABLE_SIZE
6363
#define IPV4_MULTICAST_S_G_TABLE_SIZE MIN_SRAM_TABLE_SIZE

0 commit comments

Comments
 (0)