Spdk/lib/nvmf
Ben Walker 96a54158bd nvmf: Assign each subsystem to an lcore
Each subsystem will run on a single core, which is more than enough
to fully saturate a device and a NIC. For now, all subsystems
run on the master lcore.

Change-Id: I95340a262d70fd346fa81fe519e7d4190a369e64
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
2016-07-15 10:43:41 -07:00
..
conf.c nvmf: Assign each subsystem to an lcore 2016-07-15 10:43:41 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
conn.c nvmf: Assign each subsystem to an lcore 2016-07-15 10:43:41 -07:00
conn.h nvmf: don't store connection QID 2016-07-14 12:58:17 -07:00
controller.c nvmf: Move parsing of NVMe section to conf.c 2016-07-14 10:35:22 -07:00
controller.h nvmf: Move parsing of NVMe section to conf.c 2016-07-14 10:35:22 -07:00
host.c nvmf: add headers for in6_addr 2016-07-14 12:58:17 -07:00
host.h nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
Makefile CONFIG: rename CONFIG_NVMF to CONFIG_RDMA 2016-07-14 12:58:17 -07:00
nvmf_internal.h nvmf: Remove NodeBase. Each Subsystem now defines its own NQN 2016-07-14 10:34:04 -07:00
nvmf.c nvmf: Move subsystem parsing to conf.c 2016-07-14 10:36:54 -07:00
port.c nvmf: move TSAS to fabric_intf 2016-07-15 10:23:46 -07:00
port.h nvmf: move TSAS to fabric_intf 2016-07-15 10:23:46 -07:00
rdma.c nvmf: New RDMA connections move to lcore after CONNECT capsule 2016-07-15 10:32:40 -07:00
rdma.h nvmf: make request_release and free_req private 2016-07-11 16:58:17 -07:00
request.c nvmf: Assign each subsystem to an lcore 2016-07-15 10:43:41 -07:00
request.h nvmf: make request_release and free_req private 2016-07-11 16:58:17 -07:00
session.c nvmf: fix double free of session structure when exit the NVMf process 2016-07-15 10:15:03 -07:00
session.h nvmf: refactor Connect command handling 2016-07-14 12:58:17 -07:00
subsystem.c nvmf: Assign each subsystem to an lcore 2016-07-15 10:43:41 -07:00
subsystem.h nvmf: Assign each subsystem to an lcore 2016-07-15 10:43:41 -07:00