]> git.itanic.dy.fi Git - linux-stable/commit
nfp: fix NFP_NET_MAX_DSCP definition error
authorHuayu Chen <huayu.chen@corigine.com>
Thu, 11 May 2023 06:50:56 +0000 (08:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 May 2023 07:55:47 +0000 (08:55 +0100)
commitde9c1a23add9e7842ce63ce6f498a05c66344311
tree3447af78640b18bf30a10b2d4c2aa32dcb1353b9
parent01e8f6cd108b8702d206c6352d919c045b842b82
nfp: fix NFP_NET_MAX_DSCP definition error

The patch corrects the NFP_NET_MAX_DSCP definition in the main.h file.

The incorrect definition result DSCP bits not being mapped properly when
DCB is set. When NFP_NET_MAX_DSCP was defined as 4, the next 60 DSCP
bits failed to be set.

Fixes: 9b7fe8046d74 ("nfp: add DCB IEEE support")
Cc: stable@vger.kernel.org
Signed-off-by: Huayu Chen <huayu.chen@corigine.com>
Acked-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Louis Peens <louis.peens@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/netronome/nfp/nic/main.h