nvme_spec: add queue size min/max constants
Change-Id: I5063212501c6ffba266d34b423170a75fb5e77c0 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
bce8ce481d
commit
87d3dd870a
@ -56,6 +56,12 @@ extern "C" {
|
|||||||
|
|
||||||
#define SPDK_NVME_MAX_IO_QUEUES (65535)
|
#define SPDK_NVME_MAX_IO_QUEUES (65535)
|
||||||
|
|
||||||
|
#define SPDK_NVME_ADMIN_QUEUE_MIN_ENTRIES 2
|
||||||
|
#define SPDK_NVME_ADMIN_QUEUE_MAX_ENTRIES 4096
|
||||||
|
|
||||||
|
#define SPDK_NVME_IO_QUEUE_MIN_ENTRIES 2
|
||||||
|
#define SPDK_NVME_IO_QUEUE_MAX_ENTRIES 65536
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates the maximum number of range sets that may be specified
|
* Indicates the maximum number of range sets that may be specified
|
||||||
* in the dataset mangement command.
|
* in the dataset mangement command.
|
||||||
|
Loading…
Reference in New Issue
Block a user