Loading
bdev/nvme: Add thread pointer to struct nvme_bdev_ctrlr
Add thread pointer to struct nvme_bdev_ctrlr. The thread which created nvme_bdev_ctrlr is set to the pointer. The thread pointer will be used to limit only one thread to submit admin abort. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: Ia39d5cbc7a13b0e0022c0d5591069ea8776ef774 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3244 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>