Spdk/lib/nvmf
Ben Walker 2a0772e3b8 nvmf/rdma: Create one cq per thread instead of per connection
This greatly increases the efficiency when the target is scaled
to many connections. Now all connections being handled by a given
thread can be polled in O(1), whereas before it was O(n) where
n was the number of connections.

Change-Id: I9f695f68093d73e6538df416b0f1aabef07119ff
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/391491
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-12-15 16:26:33 -05:00
..
ctrlr_bdev.c nvmf: add support of hotplug for nvmf. 2017-12-15 16:14:02 -05:00
ctrlr_discovery.c nvmf: add support of hotplug for nvmf. 2017-12-15 16:14:02 -05:00
ctrlr.c nvmf: add support of hotplug for nvmf. 2017-12-15 16:14:02 -05:00
Makefile nvmf: Rename spdk_nvmf_session to spdk_nvmf_ctrlr 2017-08-08 13:46:48 -04:00
nvmf_internal.h nvmf: add support of hotplug for nvmf. 2017-12-15 16:14:02 -05:00
nvmf.c nvmf: Add public interface of remove ns from subsystem. 2017-12-15 16:14:02 -05:00
rdma.c nvmf/rdma: Create one cq per thread instead of per connection 2017-12-15 16:26:33 -05:00
request.c nvmf: Remove poll group from controller 2017-12-12 15:01:17 -05:00
subsystem.c nvmf: add support of hotplug for nvmf. 2017-12-15 16:14:02 -05:00
transport.c nvmf: Remove poll group from controller 2017-12-12 15:01:17 -05:00
transport.h nvmf: Remove poll group from controller 2017-12-12 15:01:17 -05:00