Spdk/lib
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
..
ioat SPDK: fix the compliation issues in ioat_impl.h 2016-02-18 09:42:58 -07:00
memory vtophys: add spdk_ prefix 2016-02-08 14:28:56 -07:00
nvme nvme: remove initialization of nvme_reqest::parent 2016-02-18 15:15:36 -07:00
util SPDK: Add spdk_pci_device_cfg read/write for byte, word. 2016-02-16 09:54:43 -07:00
Makefile Remove year from copyright headers. 2016-01-28 08:54:18 -07:00