Spdk/lib/nvmf
Ben Walker 052be2f540 nvmf: Each listen addr gets its own PORT ID
PORT IDs indicate hardware failure domains according
to the NVMf specification, which means they should
indicate which transport addresses are on the same
NIC. Unfortunately, that doesn't really make sense for
IP-based fabrics because IP addresses can move. The
safest way to present this is to show all IP addresses
as part of different subsystem ports.

Change-Id: I056a50c69be70b4fbf1f896e684ce65bd792241e
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
2016-07-26 09:39:55 -07:00
..
conf.c nvmf: remove pointless strdup() in discovery setup 2016-07-25 08:10:09 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
Makefile nvmf: Remove controller.[ch] and probe for each subsystem. 2016-07-22 09:24:45 -07:00
nvmf_internal.h nvmf: remove unused Read command structures 2016-07-26 09:18:18 -07:00
nvmf.c nvmf: remove unused g_nvmf_tgt.mutex 2016-07-26 09:18:18 -07:00
rdma.c nvmf: Reorder some static functions to avoid forward declarations 2016-07-26 09:18:37 -07:00
request.c nvmf: Adjust the data structure of spdk_nvmf_subsystem. 2016-07-25 13:56:00 -07:00
request.h nvmf: drop NVMF_{H2C,C2H}_MAX_MSG #defines 2016-07-25 09:21:01 -07:00
session.c nvmf: report virtualized NVMe version 1.2.1 2016-07-26 09:23:38 -07:00
session.h nvmf: remove nvmf_property_set() shutdown flag 2016-07-19 09:20:20 -07:00
subsystem.c nvmf: Each listen addr gets its own PORT ID 2016-07-26 09:39:55 -07:00
subsystem.h nvmf: Adjust the data structure of spdk_nvmf_subsystem. 2016-07-25 13:56:00 -07:00
transport.c nvmf: add transport function pointer table 2016-07-15 13:11:03 -07:00
transport.h nvmf: Allocate all rdma requests up front. 2016-07-22 14:35:45 -07:00