Previously we were just passing around uint64_t pointers, since the chunk map was literally only an array of uint64_t. But we need to store the compressed data size in the chunk as well. Before adding the compressed data size, let's do the prep work here to just create the chunk map structure which for now only includes an array of uint64_t. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Icbfa6e509463d4f560444d3db8acd9e87917835f Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/449076 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: wuzhouhui <wuzhouhui@kingsoft.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> |
||
---|---|---|
.. | ||
Makefile | ||
reduce.c |