Spdk/lib/nvme
Daniel Verkamp 325b7db392 nvme: use rte_memcpy() to submit commands
GCC generates a series of 64-bit MOV instructions for the memcpy() into
the submission queue.  We can do better with 128-bit SSE2 instructions.

DPDK already has a memcpy implementation that is optimized for small
inline copies, so use it instead of memcpy.

Change-Id: I5f09259b4d5cb089ace4a8ea6d2078c03fee84f3
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-09-25 09:33:42 -07:00
..
Makefile SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_ctrlr_cmd.c SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_ctrlr.c nvme: replace stray printf with nvme_printf 2015-09-23 16:25:16 -07:00
nvme_impl.h nvme: use rte_memcpy() to submit commands 2015-09-25 09:33:42 -07:00
nvme_internal.h nvme: remove dump_command and dump_completion 2015-09-22 15:48:12 -07:00
nvme_ns_cmd.c SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_ns.c SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_qpair.c nvme: use rte_memcpy() to submit commands 2015-09-25 09:33:42 -07:00
nvme.c nvme: remove dump_command and dump_completion 2015-09-22 15:48:12 -07:00