diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2018-07-27 23:11:00 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-29 22:53:54 +0300 |
commit | 4b09384aaa2a9b2ac09a584d7a9345cf003617f2 (patch) | |
tree | 1e93f071f01e1d2a988c73f9adc179eeb376010d /include/uapi/linux/dcbnl.h | |
parent | 193736c81788556811238690ed0048af18740a8d (diff) | |
download | linux-4b09384aaa2a9b2ac09a584d7a9345cf003617f2.tar.xz |
net: dcb: add DSCP to comment about priority selector types
Commit ee2059819450 ("net/dcb: Add dscp to priority selector type")
added a define for the new DSCP selector type created by
IEEE 802.1Qcd, but missed the comment enumerating all selector types.
Update the comment.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/dcbnl.h')
-rw-r--r-- | include/uapi/linux/dcbnl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/dcbnl.h b/include/uapi/linux/dcbnl.h index 60aa2e446698..69df19aa8e72 100644 --- a/include/uapi/linux/dcbnl.h +++ b/include/uapi/linux/dcbnl.h @@ -233,7 +233,8 @@ struct cee_pfc { * 2 Well known port number over TCP or SCTP * 3 Well known port number over UDP or DCCP * 4 Well known port number over TCP, SCTP, UDP, or DCCP - * 5-7 Reserved + * 5 Differentiated Services Code Point (DSCP) value + * 6-7 Reserved * * Selector field values for CEE * 0 Ethertype |