Spdk/lib/copy
Jim Harris 8ef67a4176 malloc: remove mem_request list
This list was originally intended to ensure blockdev I/O operations
with a malloc backend would not be completed until after the blockdev
I/O submission routine completed.  This is no longer necessary, since
blockdev I/O completion operations are now handled by events.  Removing
this simplifies the memcpy copy engine implementation significantly.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I4d318bed996694e49946d67baa3c2403d4bbef7a
2016-09-22 09:12:35 -07:00
..
ioat copy_engine: add fill (memset) function 2016-09-02 09:24:47 -07:00
copy_engine.c malloc: remove mem_request list 2016-09-22 09:12:35 -07:00
Makefile copy_engine: add I/OAT copy engine module 2016-07-20 09:57:22 -07:00