Add basic memcpy test
authorJens Axboe <axboe@kernel.dk>
Fri, 1 Dec 2017 18:13:23 +0000 (11:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Dec 2017 18:13:23 +0000 (11:13 -0700)
commitb76d85a4d2e61546b40135db141972eba4ecd981
tree357bbdcc7d9aa685694a6ffc3420289f0e008dac
parente1c325d25dd977c28c9489c542a51ee05dfc620e
Add basic memcpy test

Research is ongoing in how to improve (and make deterministic) the
memcpy speed, since it's especially applicable to the persistent
memory engines.

Not documented yet.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
init.c
lib/memcpy.c [new file with mode: 0644]
lib/memcpy.h [new file with mode: 0644]