+17
−16
Loading
We've always used `dst` as the destination for CRC result, with the recent addition of a copy_CRC API `dst` was needed for the copy destination and `crc_dst` was used for the CRC. This patch just makes all the CRC functions use `crc_dst` to avoid confusion. The accel_task struct also has a `crc_dst1 field, that will be used consistently in the next patch. Signed-off-by:paul luse <paul.e.luse@intel.com> Change-Id: Ia84c4a9e7940c6ebd31410c12272bd22b0c6dd29 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8228 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Xiaodong Liu <xiaodong.liu@intel.com> Reviewed-by:
Krzysztof Karas <krzysztof.karas@intel.com>