+1
−0
app/spdk_dd/.gitignore
0 → 100644
+1
−0
app/spdk_dd/Makefile
0 → 100644
+47
−0
app/spdk_dd/spdk_dd.c
0 → 100644
+224
−0
Loading
spdk_dd is a tool for coping data to/from files and SPDK bdevs efficiently. This is initial patch preparing files, application help output and arguments parser. Signed-off-by:Maciej Szwed <maciej.szwed@intel.com> Change-Id: Iee31df6f9f4ac1f64d96a30bb4c16fdf285df22e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2925 Community-CI: Broadcom CI Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>