alistair23-linux/drivers/net/ethernet/huawei/hinic
Aviad Krawczyk bbdc9e687f 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>
2017-09-28 10:26:50 -07:00
..
hinic_common.c net-next/hinic: Add cmdq commands 2017-08-22 10:48:53 -07:00
hinic_common.h net-next/hinic: Add cmdq commands 2017-08-22 10:48:53 -07:00
hinic_dev.h net-next/hinic: Add ethtool and stats 2017-08-22 10:48:54 -07:00
hinic_hw_api_cmd.c hinic: uninitialized variable in hinic_api_cmd_init() 2017-08-24 21:47:11 -07:00
hinic_hw_api_cmd.h net-next/hinic: Add api cmd commands 2017-08-22 10:48:53 -07:00
hinic_hw_cmdq.c net-next/hinic: Add cmdq completion handler 2017-08-22 10:48:54 -07:00
hinic_hw_cmdq.h net-next/hinic: Add cmdq completion handler 2017-08-22 10:48:54 -07:00
hinic_hw_csr.h net-next/hinic: Add Rx handler 2017-08-22 10:48:54 -07:00
hinic_hw_dev.c net-next/hinic: fix comparison of a uint16_t type with -1 2017-08-28 16:44:39 -07:00
hinic_hw_dev.h net-next/hinic: Add Tx operation 2017-08-22 10:48:54 -07:00
hinic_hw_eqs.c net: hinic: make functions set_ctrl0 and set_ctrl1 static 2017-08-23 22:20:28 -07:00
hinic_hw_eqs.h net-next/hinic: Add ceqs 2017-08-22 10:48:53 -07:00
hinic_hw_if.c net-next/hinic: Add Rx handler 2017-08-22 10:48:54 -07:00
hinic_hw_if.h net-next/hinic: Add Rx handler 2017-08-22 10:48:54 -07:00
hinic_hw_io.c net-next/hinic: Add ceqs 2017-08-22 10:48:53 -07:00
hinic_hw_io.h net-next/hinic: Add cmdq commands 2017-08-22 10:48:53 -07:00
hinic_hw_mgmt.c net-next/hinic: Add Rx mode and link event handler 2017-08-22 10:48:53 -07:00
hinic_hw_mgmt.h net-next/hinic: Add Rx handler 2017-08-22 10:48:54 -07:00
hinic_hw_qp.c net-next/hinic: Add Tx operation 2017-08-22 10:48:54 -07:00
hinic_hw_qp.h net-next/hinic: fix comparison of a uint16_t type with -1 2017-08-28 16:44:39 -07:00
hinic_hw_qp_ctxt.h net-next/hinic: Set qp context 2017-08-22 10:48:53 -07:00
hinic_hw_wq.c net-next/hinic: Add Rx handler 2017-08-22 10:48:54 -07:00
hinic_hw_wq.h net-next/hinic: Add Rx handler 2017-08-22 10:48:54 -07:00
hinic_hw_wqe.h net-next/hinic: Add cmdq commands 2017-08-22 10:48:53 -07:00
hinic_main.c net-next/hinic: Fix MTU limitation 2017-08-28 16:43:46 -07:00
hinic_port.c net-next/hinic: Add ethtool and stats 2017-08-22 10:48:54 -07:00
hinic_port.h net-next/hinic: Add ethtool and stats 2017-08-22 10:48:54 -07:00
hinic_rx.c net-next/hinic: Set Rxq irq to specific cpu for NUMA 2017-09-28 10:26:50 -07:00
hinic_rx.h net-next/hinic: Add ethtool and stats 2017-08-22 10:48:54 -07:00
hinic_tx.c net-next/hinic: Fix a case of Tx Queue is Stopped forever 2017-09-28 10:26:50 -07:00
hinic_tx.h net-next/hinic: Add ethtool and stats 2017-08-22 10:48:54 -07:00
Kconfig hinic: don't build the module by default 2017-08-28 21:39:52 -07:00
Makefile net-next/hinic: Set qp context 2017-08-22 10:48:53 -07:00