blob: 0555a61da2c35c7a2229eaa47ca27bbcfe9c21ff [file] [log] [blame]
Carmelo Cascone70e816b2019-03-19 16:15:47 -07001#ifndef __TABLE_SIZE__
2#define __TABLE_SIZE__
3
4// Default sizes when building for BMv2.
5
6#define PORT_VLAN_TABLE_SIZE 1024
7#define FWD_CLASSIFIER_TABLE_SIZE 1024
8#define BRIDGING_TABLE_SIZE 1024
9#define MPLS_TABLE_SIZE 1024
10#define ROUTING_V4_TABLE_SIZE 1024
11#define ACL_TABLE_SIZE 1024
12#define XCONNECT_NEXT_TABLE_SIZE 1024
13#define NEXT_VLAN_TABLE_SIZE 1024
14#define SIMPLE_NEXT_TABLE_SIZE 1024
15#define HASHED_NEXT_TABLE_SIZE 1024
16#define HASHED_SELECTOR_MAX_GROUP_SIZE 16
17#define HASHED_ACT_PROFILE_SIZE 32w1024
18#define MULTICAST_NEXT_TABLE_SIZE 1024
19#define EGRESS_VLAN_TABLE_SIZE 1024
20
21#endif