Added to the framework as well as all 3 engines. Needed by apps
in the event that they have to fail following the creation of a
batch, allows them to tell the framework to forget about the batch
as they have no intent to send it.
Signed-off-by: paul luse <paul.e.luse@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3389 (master)
(cherry picked from commit 8d059e7a18
)
Change-Id: Id94754ab1350e5a969a5fd2306bd59c38f0a0120
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3549
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>
34 lines
754 B
Plaintext
34 lines
754 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_batch_get_max;
|
|
spdk_accel_batch_create;
|
|
spdk_accel_batch_prep_copy;
|
|
spdk_accel_batch_prep_dualcast;
|
|
spdk_accel_batch_prep_compare;
|
|
spdk_accel_batch_prep_fill;
|
|
spdk_accel_batch_prep_crc32c;
|
|
spdk_accel_batch_submit;
|
|
spdk_accel_batch_cancel;
|
|
spdk_accel_submit_copy;
|
|
spdk_accel_submit_dualcast;
|
|
spdk_accel_submit_compare;
|
|
spdk_accel_submit_fill;
|
|
spdk_accel_submit_crc32c;
|
|
spdk_accel_write_config_json;
|
|
|
|
# functions needed by modules
|
|
spdk_accel_hw_engine_register;
|
|
spdk_accel_module_list_add;
|
|
|
|
|
|
local: *;
|
|
};
|