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.kicin...@netronome.com>
---
 include/uapi/linux/dcbnl.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.17.1

Reply via email to