Loading lib/nvmf/port.c +0 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,6 @@ spdk_nvmf_port_create(int tag) port->state = GROUP_INIT; port->tag = tag; port->type = FABRIC_RDMA; port->tsas.rdma.rdma_qptype = SPDK_NVMF_QP_TYPE_RELIABLE_CONNECTED; /* No provider specified */ port->tsas.rdma.rdma_prtype = SPDK_NVMF_RDMA_NO_PROVIDER; Loading lib/nvmf/port.h +0 −7 Original line number Diff line number Diff line Loading @@ -50,12 +50,6 @@ * ports for the group of aggregated links constitute a single NVM subsystem port. */ enum fabric_type { FABRIC_RDMA = 0x1, FABRIC_PCI = 0x2, FABRIC_ETHERNET = 0x3, }; enum group_state { GROUP_INIT = 0x0, GROUP_READY = 0x1, Loading @@ -76,7 +70,6 @@ struct spdk_nvmf_fabric_intf { struct spdk_nvmf_port { int tag; enum group_state state; enum fabric_type type; union spdk_nvmf_transport_specific_address tsas; TAILQ_HEAD(, spdk_nvmf_fabric_intf) head; TAILQ_ENTRY(spdk_nvmf_port) tailq; Loading Loading
lib/nvmf/port.c +0 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,6 @@ spdk_nvmf_port_create(int tag) port->state = GROUP_INIT; port->tag = tag; port->type = FABRIC_RDMA; port->tsas.rdma.rdma_qptype = SPDK_NVMF_QP_TYPE_RELIABLE_CONNECTED; /* No provider specified */ port->tsas.rdma.rdma_prtype = SPDK_NVMF_RDMA_NO_PROVIDER; Loading
lib/nvmf/port.h +0 −7 Original line number Diff line number Diff line Loading @@ -50,12 +50,6 @@ * ports for the group of aggregated links constitute a single NVM subsystem port. */ enum fabric_type { FABRIC_RDMA = 0x1, FABRIC_PCI = 0x2, FABRIC_ETHERNET = 0x3, }; enum group_state { GROUP_INIT = 0x0, GROUP_READY = 0x1, Loading @@ -76,7 +70,6 @@ struct spdk_nvmf_fabric_intf { struct spdk_nvmf_port { int tag; enum group_state state; enum fabric_type type; union spdk_nvmf_transport_specific_address tsas; TAILQ_HEAD(, spdk_nvmf_fabric_intf) head; TAILQ_ENTRY(spdk_nvmf_port) tailq; Loading