Loading lib/nvmf/conn.h +0 −6 Original line number Diff line number Diff line Loading @@ -49,12 +49,6 @@ enum nvmf_cstate { NVMF_CSTATE_DISCONNECTED, }; /* RDMA Connection Resouce Defaults */ #define NVMF_DEFAULT_TX_SGE 1 #define NVMF_DEFAULT_RX_SGE 2 /* RDMA transport connection states */ enum conn_state { CONN_STATE_INVALID = 0, Loading lib/nvmf/rdma.c +6 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,12 @@ #define MAX_RDMA_DEVICES 4 #define MAX_SESSIONS_PER_DEVICE 1 /* for now accept only single session per device */ /* RDMA Connection Resouce Defaults */ #define NVMF_DEFAULT_TX_SGE 1 #define NVMF_DEFAULT_RX_SGE 2 static int alloc_qp_rx_desc(struct spdk_nvmf_conn *conn); static int alloc_qp_tx_desc(struct spdk_nvmf_conn *conn); Loading Loading
lib/nvmf/conn.h +0 −6 Original line number Diff line number Diff line Loading @@ -49,12 +49,6 @@ enum nvmf_cstate { NVMF_CSTATE_DISCONNECTED, }; /* RDMA Connection Resouce Defaults */ #define NVMF_DEFAULT_TX_SGE 1 #define NVMF_DEFAULT_RX_SGE 2 /* RDMA transport connection states */ enum conn_state { CONN_STATE_INVALID = 0, Loading
lib/nvmf/rdma.c +6 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,12 @@ #define MAX_RDMA_DEVICES 4 #define MAX_SESSIONS_PER_DEVICE 1 /* for now accept only single session per device */ /* RDMA Connection Resouce Defaults */ #define NVMF_DEFAULT_TX_SGE 1 #define NVMF_DEFAULT_RX_SGE 2 static int alloc_qp_rx_desc(struct spdk_nvmf_conn *conn); static int alloc_qp_tx_desc(struct spdk_nvmf_conn *conn); Loading