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:
Daniel Verkamp 2016-12-12 13:48:24 -07:00
parent b2a86421f4
commit e8184c1f25

View File

@ -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