Spdk/lib/nvme
Daniel Verkamp 16c75b8af7 nvme: reorder parent member of struct nvme_request
The parent field is no longer used in the normal (non-split) I/O path,
so move it down to the default-uninitialized part of struct nvme_request
that is only touched for parent/child I/O.

This also puts it closer to other related fields (children,
child_tailq, parent_status) for improved readability.

Change-Id: I120df1df0c967d2f74daa6e97c0bc83626e3be7f
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-12-24 12:21:55 -07:00
..
Makefile build: define a common Makefile clean command 2015-12-07 15:14:36 -07:00
nvme_ctrlr_cmd.c build: enable signed-vs-unsigned compare warning 2015-11-02 14:40:22 -07:00
nvme_ctrlr.c nvme: mark a few more functions static 2015-12-23 08:59:49 -07:00
nvme_impl.h build: enable signed-vs-unsigned compare warning 2015-11-02 14:40:22 -07:00
nvme_internal.h nvme: reorder parent member of struct nvme_request 2015-12-24 12:21:55 -07:00
nvme_ns_cmd.c nvme: reorder parent member of struct nvme_request 2015-12-24 12:21:55 -07:00
nvme_ns.c nvme: add max completions limit to I/O polling 2015-11-05 15:07:52 -07:00
nvme_qpair.c nvme: mark a few more functions static 2015-12-23 08:59:49 -07:00
nvme.c Reduce NVME_MAX_IO_QUEUES to 1024. 2015-11-30 09:33:34 -07:00