Spdk/test/nvmf/nvmf.conf
Daniel Verkamp 6a1383813c nvmf: rename FabricIntf to Listen, add transport
Change the Port configuration file entries to a new format:

[Port1]
  Listen <transport> <address>:<service>

Initially, this still only supports RDMA, but the new format will allow
specifying other transports once they are added.

Change-Id: Iadfd19b91db57b571064379368dbe77204ccecbb
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-07-15 13:07:43 -07:00

24 lines
352 B
Plaintext

[Global]
Comment "Global section"
LogFacility "local7"
[Nvmf]
MaxConnectionsPerSession 4
[Port1]
Comment "Test1"
Listen RDMA 192.168.100.8:4420
[Host1]
Netmask 192.168.100.0/24
[Nvme]
ClaimAllDevices Yes
UnbindFromKernel Yes
[Subsystem1]
NQN "nqn.2016-06.io.spdk:cnode1"
Mapping Port1 Host1
QueueDepth 128
Controller Nvme0