numam-spdk/lib/bdev/nvme
Jim Harris 2484d0d1cd bdev/nvme: write TransportID to config file
It was writing TransportId (lower-case d) instead.

While here, fix similar issue in etc/spdk/nvmf.conf.in.

lib/conf uses strcasecmp(), meaning TransportID and
TransportId are effectively the same, but it's better
to reduce confusion and just use the same in all places.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I2996ba46a5c2a239650e841d5b57424ff00f47e6

Reviewed-on: https://review.gerrithub.io/426001
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: GangCao <gang.cao@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2018-09-19 17:22:31 +00:00
..
bdev_nvme_rpc.c bdev/nvme: add RPC to enable and disable hotplug 2018-07-26 22:12:29 +00:00
bdev_nvme.c bdev/nvme: write TransportID to config file 2018-09-19 17:22:31 +00:00
bdev_nvme.h bdev/nvme: add RPC to enable and disable hotplug 2018-07-26 22:12:29 +00:00
Makefile Make: remove unused CFLAGS 2018-02-21 13:10:29 -05:00