summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorAviad Krawczyk2017-09-26 20:11:33 +0200
committerDavid S. Miller2017-09-28 19:26:50 +0200
commitbbdc9e687fb3c2920961d7716f1c5519ff7bc595 (patch)
tree8464c77d3c01a5b2988dd425057f3df53859a0a3 /drivers/net/bonding/bond_main.c
parentnet-next/hinic: Set Rxq irq to specific cpu for NUMA (diff)
downloadkernel-qcow2-linux-bbdc9e687fb3c2920961d7716f1c5519ff7bc595.tar.gz
kernel-qcow2-linux-bbdc9e687fb3c2920961d7716f1c5519ff7bc595.tar.xz
kernel-qcow2-linux-bbdc9e687fb3c2920961d7716f1c5519ff7bc595.zip
net-next/hinic: Fix a case of Tx Queue is Stopped forever
Fix the following scenario: 1. tx_free_poll is running on cpu X 2. xmit function is running on cpu Y and fails to get sq wqe 3. tx_free_poll frees wqes on cpu X and checks the queue is not stopped 4. xmit function stops the queue after failed to get sq wqe 5. The queue is stopped forever Signed-off-by: Aviad Krawczyk <aviad.krawczyk@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
0 files changed, 0 insertions, 0 deletions