Spdk/include/spdk
Daniel Verkamp 2144f0e97f nvme_spec: fix SPDK_NVME_MAX_IO_QUEUES off-by-one
Only 65535 I/O queues are allowed, not 65536.

Each I/O queue must have a unique queue ID, and since queue ID 0 is
reserved for the admin queue, there can be only 65535 unique I/O queue
IDs.

Change-Id: I51875e5a72e08ec1727365ca9706c43f3142fd83
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-03-28 15:12:02 -07:00
..
assert.h Remove static_assert fallback for old compilers 2016-03-28 09:16:41 -07:00
barrier.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
file.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
ioat_spec.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
ioat.h ioat: make channel allocation explicit 2016-03-15 09:50:17 -07:00
mmio.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
nvme_intel.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
nvme_spec.h nvme_spec: fix SPDK_NVME_MAX_IO_QUEUES off-by-one 2016-03-28 15:12:02 -07:00
nvme.h spdk: Add nvme format interface and unit tests. 2016-03-17 13:37:20 -07:00
pci_ids.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
pci.h SPDK: Add spdk_pci_device_cfg read/write for byte, word. 2016-02-16 09:54:43 -07:00
queue_extras.h Break out queue.h code pulled from FreeBSD into a separate file. 2015-09-25 12:45:04 -07:00
queue.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
string.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00
vtophys.h Add extern "C" wrapper to all public headers 2016-02-12 07:52:35 -07:00