a68b315772
Add to both accel framework and add sw engine implementation. IDXD implementation and accel example app patches to follow. Dual-cast copies the same source to two separate destination buffers. Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I7df28518505f0d4bbb32cc8e69eb8a231fb29452 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2127 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
26 lines
518 B
Plaintext
26 lines
518 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_accel_engine_initialize;
|
|
spdk_accel_engine_finish;
|
|
spdk_accel_engine_config_text;
|
|
spdk_accel_engine_module_finish;
|
|
spdk_accel_engine_get_io_channel;
|
|
spdk_accel_get_capabilities;
|
|
spdk_accel_submit_copy;
|
|
spdk_accel_submit_dualcast;
|
|
spdk_accel_submit_compare;
|
|
spdk_accel_submit_fill;
|
|
spdk_accel_submit_crc32c;
|
|
spdk_accel_task_size;
|
|
spdk_accel_write_config_json;
|
|
|
|
# functions needed by modules
|
|
spdk_accel_hw_engine_register;
|
|
spdk_accel_module_list_add;
|
|
|
|
|
|
local: *;
|
|
};
|