nvme/rdma: change max queue size from 127 to 128
There is no particular reason for this to be 127; make it 128 to at least be consistent with the PCIe transport. Change-Id: I60500e0044d3549ba6350e1f35f09d624848bd21 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
b2a86421f4
commit
e8184c1f25
@ -62,7 +62,7 @@
|
||||
#define NVME_RDMA_RW_BUFFER_SIZE 131072
|
||||
#define NVME_HOST_ID_DEFAULT "12345679890"
|
||||
|
||||
#define NVME_HOST_MAX_ENTRIES_PER_QUEUE (127)
|
||||
#define NVME_HOST_MAX_ENTRIES_PER_QUEUE (128)
|
||||
|
||||
/*
|
||||
NVME RDMA qpair Resouce Defaults
|
||||
|
Loading…
x
Reference in New Issue
Block a user