+0
−3
Loading
Commit 47590bc4 ("accel: Use one completion callback") put task's cb_fn and step_cb_fn into a union, as they're never used together. This required removing setting all step_cb_fn = NULL in all accel_submit functions. This patch does the same for the submit_dif functions, thus making them usable. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I30351004727e67b6c0480fa8b341db2dccaadfa6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21496 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by:
Kamil Godzwon <kamilx.godzwon@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>