Spdk/lib/nvme
Daniel Verkamp 639fee5f13 nvme: remove initialization of nvme_reqest::parent
The parent field is in the cache line of nvme_request that is only
supposed to be accessed for split (child) I/Os.  All accesses to parent
are done from child-specific calls now, so it does not need to be
initialized in the common case of a non-split I/O.
nvme_request_add_child() will set parent when splitting occurs.

Change-Id: Ib86c16ba1ea2ce32f62079831101da2a099047af
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-02-18 15:15:36 -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 nvme: store SGL callback in nvme_payload 2016-02-18 15:07:18 -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