Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ntb/
H A Dntb_transport.cdiff e902133162afd6437e372d74f2d305b0b4cc16d6 Tue Feb 23 10:11:36 CST 2016 Dave Jiang <dave.jiang@intel.com> ntb: stop tasklet from spinning forever during shutdown.

We can leave tasklet spinning forever if we disable the tasklet during
qp shutdown and the tasklets are still being kicked off. This hopefully
should avoid that race condition.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Reported-by: Alex Depoutovitch <alex@pernixdata.com>
Tested-by: Alex Depoutovitch <alex@pernixdata.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>