Spdk/lib/nvmf
Changpeng Liu 30b5285c4f nvmf: fill Controller ID field according to the specification
As we can support multiple sessions now for each Subsystem, the Host
will use cntlid field to create IO queues, if 2 different Hosts
connected to the same Subsystem, for IO queues' creation process, it
will use cntlid field with 0 for current code logic.

Change-Id: I6fd437892e8eb3146f62f4b211c0baadd70b505e
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
2016-11-02 10:29:45 -07:00
..
direct.c nvmf: change nvmf_session to spdk_nvmf_session 2016-09-27 09:57:17 -07:00
Makefile env: Make the environment library configurable. 2016-10-05 11:51:37 -07:00
nvmf_internal.h nvmf: Add a public API header 2016-10-14 15:26:31 -07:00
nvmf.c nvmf: Init transport before adding listeners 2016-10-20 16:22:58 -07:00
rdma.c nvmf/rdma: add event_channel NULL check in fini 2016-10-31 10:15:36 -07:00
request.c nvmf: change nvmf_session to spdk_nvmf_session 2016-09-27 09:57:17 -07:00
request.h nvmf: Add a public API header 2016-10-14 15:26:31 -07:00
session.c nvmf: fill Controller ID field according to the specification 2016-11-02 10:29:45 -07:00
session.h nvmf: Transports now allocate sessions 2016-10-21 09:09:05 -07:00
subsystem.c nvmf: only save PCI address in direct ctrlr data 2016-11-01 09:40:36 -07:00
subsystem.h nvmf: Add a public API header 2016-10-14 15:26:31 -07:00
transport.c nvmf: Add an accessor for transport name 2016-10-14 15:26:45 -07:00
transport.h nvmf: Transports now allocate sessions 2016-10-21 09:09:05 -07:00
virtual.c nvmf: Add a public API header 2016-10-14 15:26:31 -07:00