Spdk/lib/nvme
Changpeng Liu 8181c59293 nvme: override the default queue depth if users specified the value
SPDK already uses DEFAULT_IO_QUEUE_SIZE and MQES to decide the correct
queue depth of NVMe queue pair, hardcoded it to NVME_IO_ENTRIES(512)
does not make sense if users want to set queue depth bigger than 512.

Change-Id: Iaa73fc79e055292ae9bd19af0c8c12f257ae5c46
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.gerrithub.io/379052
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-09-20 19:58:49 -04:00
..
Makefile nvme: Monitor uevent for device insert and remove 2016-11-30 14:27:43 -07:00
nvme_ctrlr_cmd.c nvme: support meta data on vendor specific commands 2017-09-12 16:14:11 -04:00
nvme_ctrlr.c nvme: override the default queue depth if users specified the value 2017-09-20 19:58:49 -04:00
nvme_internal.h nvme: override the default queue depth if users specified the value 2017-09-20 19:58:49 -04:00
nvme_ns_cmd.c nvme: decouple NVMe memory page size from PAGE_SIZE 2017-08-17 12:52:12 -04:00
nvme_ns.c log: rename SPDK_TRACELOG to SPDK_DEBUGLOG 2017-08-29 13:25:58 -04:00
nvme_pcie.c nvme: override the default queue depth if users specified the value 2017-09-20 19:58:49 -04:00
nvme_qpair.c nvme: no need to send abort notification for died application 2017-06-20 15:43:21 -04:00
nvme_quirks.c nvme: update the nvme devices quirks. 2017-09-01 12:35:57 -04:00
nvme_rdma.c nvme: override the default queue depth if users specified the value 2017-09-20 19:58:49 -04:00
nvme_transport.c nvme: override the default queue depth if users specified the value 2017-09-20 19:58:49 -04:00
nvme_uevent.c lib: replace strerror with strerror_r 2017-08-15 16:47:01 -04:00
nvme_uevent.h nvme: Remove pci_addr from probe_info 2016-12-12 10:46:50 -07:00
nvme.c lib/nvme: Attach ctrlr to second process with condition. 2017-09-12 16:12:03 -04:00