]> git.itanic.dy.fi Git - linux-stable/commit
cxgb4: when disabling dcb set txq dcb priority to 0
authorGanesh Goudar <ganeshgr@chelsio.com>
Sat, 23 Jun 2018 14:58:26 +0000 (20:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Aug 2018 11:12:31 +0000 (13:12 +0200)
commit6c500d00cc7b1ca915a10dc771073d962eb7bdea
tree24b516df66131efbffb11b16917c3cf0920a0efb
parent40ae32c6c487c1b4d4d99c1ba41297aaa630cbed
cxgb4: when disabling dcb set txq dcb priority to 0

[ Upstream commit 5ce36338a30f9814fc4824f9fe6c20cd83d872c7 ]

When we are disabling DCB, store "0" in txq->dcb_prio
since that's used for future TX Work Request "OVLAN_IDX"
values. Setting non zero priority upon disabling DCB
would halt the traffic.

Reported-by: AMG Zollner Robert <robert@cloudmedia.eu>
CC: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c