+7
−0
+0
−28
Loading
This callback only makes the TCP transport code a lot more complicated, as it requires us to support three ways to calculate data digest: append API, software fallback, and submit_accel_crc32c. The append API is the way forward, as it allows for offloading the crc32 calculation *and* chaining it with other accel operations. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I7217be9bfc728e6021a5a4e592271e5c0b92ba1e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24811 Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>