Spdk/test/unit/lib/nvme
Konrad Sztyber 3ada37faa3 nvme: use poll_group_process_completions in connect_qpair
If a qpair is part of a poll group and it's not configured in the async
mode, it should be using poll group's process_completions variant.

Additionally, connecting qpairs to the poll group was moved up, so that
qpairs are already on the connected qpairs queue when waiting for the
connection to complete.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: I08f75bd61a566d1ab60029b6202d9337df75733f
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9074
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Monica Kenguva <monica.kenguva@intel.com>
2021-08-18 08:13:39 +00:00
..
nvme_ctrlr_cmd.c nvme/ctrlr: Always access namespaces via getter function 2021-05-20 15:17:41 +00:00
nvme_ctrlr_ocssd_cmd.c test/nvme_ctrlr_ocssd_cmd: check ocssd supported 2021-04-19 12:49:35 +00:00
nvme_ctrlr.c nvme/ctrlr: Allocate ANA log page only for active namespaces 2021-08-16 08:48:58 +00:00
nvme_cuse.c test/nvme_cuse: start nvme_cuse ctrlr in test_nvme_cuse_stop() 2021-07-30 11:22:20 +00:00
nvme_fabric.c test/nvme_fabric: cases for fabric qpair connecting 2021-06-04 22:56:36 +00:00
nvme_io_msg.c test/nvme_io_msg: cases for io_msg_ctrlr register and unregister 2021-03-29 07:35:04 +00:00
nvme_ns_cmd.c test/nvme_ns_cmd: cases for namespace command reading and setup 2021-06-04 22:14:58 +00:00
nvme_ns_ocssd_cmd.c ut/nvme: Fix uninitialized controller structure 2021-04-12 20:59:51 +00:00
nvme_ns.c test/nvme_ns: cases for identifying id descriptor and find descriptor 2021-04-27 08:35:27 +00:00
nvme_opal.c test/nvme_opal: cases for adding token bytestring 2021-07-30 08:17:52 +00:00
nvme_pcie_common.c nvme: asynchronous create io qpair 2021-08-13 07:27:07 +00:00
nvme_pcie.c test/nvme_pcie: cases for pmr configuration 2021-06-28 16:30:50 +00:00
nvme_poll_group.c test/nvme_poll_group: cases for getting and freeing stats 2021-04-19 12:48:52 +00:00
nvme_qpair.c nvme: asynchronous create io qpair 2021-08-13 07:27:07 +00:00
nvme_quirks.c log: simplify SPDK_LOG_REGISTER_COMPONENT 2020-10-14 08:00:35 +00:00
nvme_rdma.c nvme/rdma: use timeout when destroying qpairs 2021-08-18 08:11:51 +00:00
nvme_tcp.c nvme_tcp: Add data pdu crc32c offloading in receving side by Accel framework. 2021-06-15 08:34:58 +00:00
nvme_transport.c nvme: use poll_group_process_completions in connect_qpair 2021-08-18 08:13:39 +00:00
nvme.c nvme: Add new detach to a detach context while it is being polled 2021-06-30 22:54:19 +00:00
Makefile test/nvme_opal: build nvme_opal unittest file 2021-06-07 07:24:47 +00:00