include/spdk/reduce.h
0 → 100644
+41
−0
+1
−1
lib/reduce/Makefile
0 → 100644
+40
−0
lib/reduce/reduce.c
0 → 100644
+39
−0
+2
−1
Loading
reduce will be a block compression algorithm designed specifically for SPDK. It is called "reduce" because it reduces the data size on disk. This patch just adds the shell of a library, include files and unit tests. This will be fleshed out in the rest of the patches in this series. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I88e238af64142a7c0e50ab7b447280026b55581f Reviewed-on: https://review.gerrithub.io/430386 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>