88754353c0
This patch added the chained crc32 support API for both batched and non batched mode usage. And also update the accel_perf program in order to use the revised accelerated crc32 function. For example, you can use the following command: ./build/examples/accel_perf -C 4 -q 128 -o 4096 -t 5 -w crc32c -y In this command, "-C 4" means that caculate the chained crc32 for an iov array. (even if you do not have the accelerated DSA hardware) Signed-off-by: Ziye Yang <ziye.yang@intel.com> Change-Id: Ifede26f9040980b5791da8e5afef41177eede9f6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6457 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> |
||
---|---|---|
.. | ||
perf | ||
Makefile |