Re: [PATCH net] cxgb4: when disabling dcb set txq dcb priority to 0

2018-06-23 Thread David Miller
From: Ganesh Goudar Date: Sat, 23 Jun 2018 20:28:26 +0530 > 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 > CC:

[PATCH net] cxgb4: when disabling dcb set txq dcb priority to 0

2018-06-23 Thread Ganesh Goudar
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 CC: David Ahern Signed-off-by: Casey Leedom Signed-off-by: Ganesh Goudar -