commit | ffe406457753a7ca2061ecc8c4d3971623066911 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Tue May 30 20:03:00 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue May 30 22:37:06 2017 -0400 |
tree | 1c812677a8836f2dd7407fb0d135b03c7a6923da | |
parent | a5c66b5726a9b6be4b6176e2f815321faef1e8fa [diff] |
bnxt_en: Fix xmit_more with BQL. We need to write the doorbell if BQL has stopped the queue and skb->xmit_more is set. Otherwise it is possible for the tx queue to rot and cause tx timeout. Fixes: 4d172f21cefe ("bnxt_en: Implement xmit_more.") Suggested-by: Yuval Mintz <yuval.mintz@cavium.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>