Skip to content

Commit

Permalink
net/dcb: Add dscp to priority selector type
Browse files Browse the repository at this point in the history
IEEE specification P802.1Qcd/D2.1 defines priority selector 5.
This APP TLV selector defines DSCP to priority map.
This patch defines such DSCP selector.

Signed-off-by: Huy Nguyen <huyn@mellanox.com>
Reviewed-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
  • Loading branch information
Huy Nguyen authored and Saeed Mahameed committed Nov 5, 2017
1 parent 27c565a commit ee20598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/dcbnl.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ struct cee_pfc {
#define IEEE_8021QAZ_APP_SEL_STREAM 2
#define IEEE_8021QAZ_APP_SEL_DGRAM 3
#define IEEE_8021QAZ_APP_SEL_ANY 4
#define IEEE_8021QAZ_APP_SEL_DSCP 5

/* This structure contains the IEEE 802.1Qaz APP managed object. This
* object is also used for the CEE std as well.
Expand Down

0 comments on commit ee20598

Please sign in to comment.