Re: [PATCH net-next] net: dcb: add DSCP to comment about priority selector types

2018-07-29 Thread David Miller
From: Jakub Kicinski Date: Fri, 27 Jul 2018 13:11:00 -0700 > 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

Re: [PATCH net-next] net: dcb: add DSCP to comment about priority selector types

2018-07-27 Thread Petr Machata
Jakub Kicinski writes: > 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 Reviewed-by: Pe

[PATCH net-next] net: dcb: add DSCP to comment about priority selector types

2018-07-27 Thread Jakub Kicinski
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 --- include/uapi/linux/dcbnl.h | 3 ++- 1 file chan