Skip to content

Commit

Permalink
Support for TC-DOT1p qos map (#721)
Browse files Browse the repository at this point in the history
*This PR has been raised to enable support for tc-dot1p qos map configuration.
  • Loading branch information
dmukun authored and yxieca committed Feb 21, 2023
1 parent b9d4284 commit 16ff689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ namespace swss {
#define CFG_DSCP_TO_FC_MAP_TABLE_NAME "DSCP_TO_FC_MAP"
#define CFG_EXP_TO_FC_MAP_TABLE_NAME "EXP_TO_FC_MAP"
#define CFG_TC_TO_DSCP_MAP_TABLE_NAME "TC_TO_DSCP_MAP"
#define CFG_TC_TO_DOT1P_MAP_TABLE_NAME "TC_TO_DOT1P_MAP"

#define CFG_BUFFER_POOL_TABLE_NAME "BUFFER_POOL"
#define CFG_BUFFER_PROFILE_TABLE_NAME "BUFFER_PROFILE"
Expand Down

0 comments on commit 16ff689

Please sign in to comment.