Home
last modified time | relevance | path

Searched hist:fca4d5188c1123ff63205e35e2c5f551a21d30c4 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ntb/
H A Dntb_transport.cdiff fca4d5188c1123ff63205e35e2c5f551a21d30c4 Mon Sep 09 15:39:55 CDT 2013 Jon Mason <jon.mason@intel.com> 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>