numam-spdk/lib/nvme
Daniel Verkamp df26ab0583 nvme: add priority field to qpair
Set up the infrastructure for creating I/O submission queues with
variable queue priority (QPRIO in Create I/O SQ command).

Currently, this is unused, since we always use the default arbitration
method (round robin), but it will allow reinitializing submission queues
with the correct priority once weighted round robin is supported.

Change-Id: I425003879e624cfcc9687bdc495b5c1726b5a8af
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-03-01 14:42:03 -07:00
..
Makefile nvme: Add Intel NVMe device supported feature quirks 2016-01-29 13:45:05 -07:00
nvme_ctrlr_cmd.c nvme: add priority field to qpair 2016-03-01 14:42:03 -07:00
nvme_ctrlr.c nvme: add error checking for internal ctrlr_cmds 2016-03-01 14:42:03 -07:00
nvme_impl.h nvme: add timestamp counter interface to nvme_impl 2016-02-24 21:17:12 -07:00
nvme_intel.c pci_ids: add SPDK_ prefix 2016-02-08 14:28:47 -07:00
nvme_internal.h nvme: add priority field to qpair 2016-03-01 14:42:03 -07:00
nvme_ns_cmd.c spdk_nvme_ns_cmd_reservation_report: fix request allocation 2016-02-19 15:24:09 -07:00
nvme_ns.c nvme: add error checking for internal ctrlr_cmds 2016-03-01 14:42:03 -07:00
nvme_qpair.c nvme: add priority field to qpair 2016-03-01 14:42:03 -07:00
nvme.c nvme: perform resets in parallel during attach 2016-02-25 13:25:59 -07:00