kernel-ark/drivers/ntb
Jon Mason fca4d5188c NTB: Fix ntb_transport link down race
A WARN_ON is being hit in ntb_qp_link_work due to the NTB transport link
being down while the ntb qp link is still active.  This is caused by the
transport link being brought down prior to the qp link worker thread
being terminated.  To correct this, shutdown the qp's prior to bringing
the transport link down.  Also, only call the qp worker thread if it is
in interrupt context, otherwise call the function directly.

Signed-off-by: Jon Mason <jon.mason@intel.com>
2013-11-20 09:57:32 -07:00
..
Kconfig NTB: Enable 32bit Support 2013-09-03 14:48:53 -07:00
Makefile
ntb_hw.c ntb: Fix missed call to pci_enable_msix() 2013-11-20 09:57:31 -07:00
ntb_hw.h NTB: Rename Variables for NTB-RP 2013-09-05 11:07:58 -07:00
ntb_regs.h NTB: Xeon Doorbell errata workaround 2013-11-20 09:57:30 -07:00
ntb_transport.c NTB: Fix ntb_transport link down race 2013-11-20 09:57:32 -07:00