Add the CRC function at the framework level and implement the software engine back end to use ISAL. The patch series will continue to include an option for accel_perf to test CRC as well as IDXD implementation. Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I4eff3bbcf98c0bc2928a48272a57031c8b96394e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2072 Community-CI: Mellanox Build Bot Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
24 lines
461 B
Plaintext
24 lines
461 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_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: *;
|
|
};
|