Spdk/examples
Daniel Verkamp b163dc0216 nvme/perf: replace DPDK uses with env abstractions
Fully port the remaining uses of rte_ functions from DPDK to the SPDK
env library abstraction layer.

This also simplifies buffer allocation: each task only needs to be
allocated once during the initial submit_io() call, rather than using a
mempool to get/put the task on every I/O.

Change-Id: I39c8caff81bbb1467101ba3b24a389c437075c61
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/378220
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2017-09-13 12:51:46 -04:00
..
bdev io_channel: allow user to provide a thread name 2017-08-29 13:11:08 -04:00
blob blob_hello: remove unnecessary cleanup NULL checks 2017-08-17 12:51:51 -04:00
ioat env: Add a default value for mempool cache size 2017-08-17 16:55:55 -04:00
nvme nvme/perf: replace DPDK uses with env abstractions 2017-09-13 12:51:46 -04:00
Makefile examples: blobstore hello world 2017-08-11 13:17:11 -04:00