commit | e902133162afd6437e372d74f2d305b0b4cc16d6 | [log] [tgz] |
---|---|---|
author | Dave Jiang <dave.jiang@intel.com> | Tue Feb 23 09:11:36 2016 -0700 |
committer | Jon Mason <jdmason@kudzu.us> | Thu Mar 17 20:38:40 2016 -0400 |
tree | 0b7a00bbecf538dbc258971fdc7067a12cd7c1b6 | |
parent | 1985a88107b5330b2a911ad4d279e1bd7e4deb24 [diff] |
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>