blob: 8cd2fcc7702df76a4db51b0a8c4218da94d6b4ba [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
Carmelo Cascone3032b872019-04-13 01:23:54 -070011#define ROUTING_V6_TABLE_SIZE 1024
Carmelo Cascone70e816b2019-03-19 16:15:47 -070012#define ACL_TABLE_SIZE 1024
13#define XCONNECT_NEXT_TABLE_SIZE 1024
14#define NEXT_VLAN_TABLE_SIZE 1024
15#define SIMPLE_NEXT_TABLE_SIZE 1024
16#define HASHED_NEXT_TABLE_SIZE 1024
17#define HASHED_SELECTOR_MAX_GROUP_SIZE 16
18#define HASHED_ACT_PROFILE_SIZE 32w1024
19#define MULTICAST_NEXT_TABLE_SIZE 1024
20#define EGRESS_VLAN_TABLE_SIZE 1024
21
22#endif