Spdk/lib/bdev/nvme
Changpeng Liu 7cbe1ccd56 nvme: move SPDK_NVME_DEFAULT_RETRY_COUNT out from nvme.h
SPDK_NVME_DEFAULT_RETRY_COUNT is the default value for each controller, so
we can move it out from public header file, and change the value if users
provide a new one.

"NvmeRetryCount" was deprecated for a long time, so we removed the support
for this configuration option as well.

Change-Id: I187251cc1e5342abb4fce96727d06631b7c16a01
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/464489
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-08-09 00:44:50 +00:00
..
bdev_ftl_rpc.c bdev/ftl: Add defrag parameters to construct_ftl_bdev rpc 2019-07-24 18:21:07 +00:00
bdev_ftl.c bdev/ftl: Add defrag parameters to construct_ftl_bdev rpc 2019-07-24 18:21:07 +00:00
bdev_ftl.h bdev/ftl: construct_ftl_bdev respects default ftl config 2019-07-01 14:46:26 +00:00
bdev_nvme_rpc.c bdev/nvme: configure the number of requests allocated for one NVMe I/O queue via RPC 2019-07-29 22:52:39 +00:00
bdev_nvme.c nvme: move SPDK_NVME_DEFAULT_RETRY_COUNT out from nvme.h 2019-08-09 00:44:50 +00:00
bdev_nvme.h bdev/nvme: configure the number of requests allocated for one NVMe I/O queue via RPC 2019-07-29 22:52:39 +00:00
common.c bdev/nvme: Move functions related to NVMe controller to common.c 2019-03-08 12:47:53 +00:00
common.h bdev/nvme: Move functions related to NVMe controller to common.c 2019-03-08 12:47:53 +00:00
Makefile bdev/nvme: always enable FTL 2019-05-02 08:41:56 +00:00
nvme_rpc.c jsonrpc: don't check returned value from spdk_jsonrpc_begin_result() 2019-07-22 05:13:30 +00:00