numam-spdk/test
Ziye Yang 30ef8cac7d nvmf: Solve the coredump issue when client conduct nvme disconnect
This patch is used to solve
https://github.com/spdk/spdk/issues/235

With multiple core bining for NVMe-oF target,
the qpairs which belonging to the same ctrlr may
be scheduled to different cores. Thus there is
resource contention to access the struct spdk_nvmf_ctrlr.

And we put the thread info in polling group. Morever,
we introduce an admin_qpair in ctrlr. Since admin_qpair will
always be created at first and freed at last, to reference
this pointer is safe.

Change-Id: I12ac26f9e65b4ed8e48687750046455af0e3be1d
Signed-off-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-on: https://review.gerrithub.io/398904
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-02-15 13:19:08 -05:00
..
app build: add @: to remaining 'all' targets 2018-02-14 17:38:25 -05:00
blobfs/rocksdb test/rocksdb: reduce test time for per-patch tests 2017-12-15 15:48:06 -05:00
blobstore test: add 'match' util and use it with blobstore 2018-02-06 18:05:25 -05:00
config vm_setup: increase number of jobs in make command 2018-02-13 08:54:53 -05:00
cpp_headers build: add @: to remaining 'all' targets 2018-02-14 17:38:25 -05:00
iscsi_tgt iscsi&rpc: Add new initiator information to an existing initiator group 2018-02-15 11:28:19 -05:00
lib ut_multithread: add the support of periodic poller 2018-02-15 11:20:15 -05:00
lvol test/lvol: use vbdev_split to reduce size for testing 2018-02-15 11:20:26 -05:00
nvmf test/nvmf: don't use SoftRoCE with bridges 2018-02-15 11:23:22 -05:00
pmem bdev/pmem: require name in construct_pmem_bdev RPC 2017-12-04 18:51:14 -05:00
unit nvmf: Solve the coredump issue when client conduct nvme disconnect 2018-02-15 13:19:08 -05:00
vhost test/vhost: remove some ancient artifacts 2018-02-15 11:23:22 -05:00
Makefile test: begin moving unit tests into test/unit 2017-06-16 16:43:48 -04:00
spdk_cunit.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00