Skip to content

Commit 912a5d1

Browse files
hrachyamstcheng
authored andcommitted
swss-common: Add qos table names (#18)
* Added QOS table names Signed-off-by: hrachya@mellanox.com
1 parent f22575f commit 912a5d1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

common/scheme.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ namespace swss {
1313
#define APP_INTF_TABLE_NAME "INTF_TABLE"
1414
#define APP_NEIGH_TABLE_NAME "NEIGH_TABLE"
1515
#define APP_ROUTE_TABLE_NAME "ROUTE_TABLE"
16+
#define APP_TC_TO_QUEUE_MAP_TABLE_NAME "TC_TO_QUEUE_MAP_TABLE"
17+
#define APP_SCHEDULER_TABLE_NAME "SCHEDULER_TABLE"
18+
#define APP_DSCP_TO_TC_MAP_TABLE_NAME "DSCP_TO_TC_MAP_TABLE"
19+
#define APP_QUEUE_TABLE_NAME "QUEUE_TABLE"
20+
#define APP_PORT_QOS_MAP_TABLE_NAME "PORT_QOS_MAP_TABLE"
21+
#define APP_WRED_PROFILE_TABLE_NAME "WRED_PROFILE_TABLE"
1622

1723
#define IPV4_NAME "IPv4"
1824
#define IPV6_NAME "IPv6"

0 commit comments

Comments
 (0)