Spdk/app/nvmf_tgt
Daniel Verkamp b94e0dfdb2 nvmf/rpc: represent pci_address consistently
The get_nvmf_subsystems RPC reported the PCI address of direct-mode
NVMe devices as individual integers, but the construct_nvmf_subsystem
call requires pci_address in a string format (%x:%x:%x.%x).

Change get_nvmf_subsystems to format the PCI address in the same way
that construct_nvmf_subsystem takes as a parameter for consistency.

Change-Id: I6e55e9a9e73dd425fd560d609b86a2f839c53c61
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-10-13 08:50:03 -07:00
..
.gitignore nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
conf.c nvmf: Rename some uses of virtual to virt for C++ compat 2016-10-07 09:15:12 -07:00
Makefile env: Make the environment library configurable. 2016-10-05 11:51:37 -07:00
nvmf_rpc.c nvmf/rpc: represent pci_address consistently 2016-10-13 08:50:03 -07:00
nvmf_tgt.c env: Eliminate remaining usage of rte_memzone 2016-10-12 09:53:32 -07:00
nvmf_tgt.h nvmf: Make the poll rate for the acceptor configurable. 2016-10-07 09:15:12 -07:00