Spdk/lib/nvme
Daniel Verkamp 093d5479f9 spdk_nvme_ns_cmd_reservation_report: fix request allocation
payload here is a pointer to the buffer, not a struct nvme_payload.

Use nvme_allocate_request_contig() and pass the length in bytes rather
than dwords.

Change-Id: Idbbb3614b1d69148fe041d26e0c148bd9ce53724
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-02-19 15:24:09 -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 spdk_ prefix 2016-02-10 11:27:45 -07:00
nvme_ctrlr.c nvme: add spdk_ prefix 2016-02-10 11:27:45 -07:00
nvme_impl.h Include rte_config.h before other DPDK headers 2016-02-16 14:44:41 -07:00
nvme_intel.c pci_ids: add SPDK_ prefix 2016-02-08 14:28:47 -07:00
nvme_internal.h nvme: store SGL callback in nvme_payload 2016-02-18 15:07:18 -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 spdk_ prefix 2016-02-10 11:27:45 -07:00
nvme_qpair.c nvme: store SGL callback in nvme_payload 2016-02-18 15:07:18 -07:00
nvme.c nvme: remove initialization of nvme_reqest::parent 2016-02-18 15:15:36 -07:00