Spdk/lib/accel
Konrad Sztyber 3e0e077939 accel: copy memory domain context when merging tasks
When changing src/dst buffers, we copied memory domain pointers, but we
didn't copy memory domain context, which is obviously incorrect.  It was
probably missed, because we never append a copy with non-NULL memory
domain.  Added a unit test case to verify this behavior.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: Ic174e0e72c33d3f437f0faddd3405638049f0c74
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17425
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2023-04-19 06:36:20 +00:00
..
accel_internal.h accel: add accel_get_stats 2023-04-14 17:05:40 +00:00
accel_rpc.c accel: move accel_module.h to include/spdk 2023-04-19 06:36:20 +00:00
accel_sw.c accel: move accel_module.h to include/spdk 2023-04-19 06:36:20 +00:00
accel.c accel: copy memory domain context when merging tasks 2023-04-19 06:36:20 +00:00
Makefile accel: allow libisal and libisal_crypto 2023-03-28 07:07:06 +00:00
spdk_accel.map accel: add accel_set_options 2023-04-14 17:05:40 +00:00