Spdk/lib/idxd/spdk_idxd.map
paul luse cfd37e28f1 lib/idxd: add support for batching copy + crc32c
Upcoming patches will add accel_fw support for batching this cmd
and then vectored versions later along with accel_perf to exercise
them.

Signed-off-by: paul luse <paul.e.luse@intel.com>
Change-Id: I59f577f4365fbf063d7419cc6052e10c998b58bc
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8143
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2021-06-09 07:26:00 +00:00

33 lines
718 B
Plaintext

{
global:
# public functions
spdk_idxd_device_needs_rebalance;
spdk_idxd_configure_chan;
spdk_idxd_reconfigure_chan;
spdk_idxd_probe;
spdk_idxd_detach;
spdk_idxd_batch_prep_copy;
spdk_idxd_batch_prep_dualcast;
spdk_idxd_batch_prep_fill;
spdk_idxd_batch_prep_crc32c;
spdk_idxd_batch_prep_copy_crc32c;
spdk_idxd_batch_prep_compare;
spdk_idxd_batch_submit;
spdk_idxd_batch_create;
spdk_idxd_batch_cancel;
spdk_idxd_batch_get_max;
spdk_idxd_set_config;
spdk_idxd_submit_compare;
spdk_idxd_submit_crc32c;
spdk_idxd_submit_copy_crc32c;
spdk_idxd_submit_copy;
spdk_idxd_submit_dualcast;
spdk_idxd_submit_fill;
spdk_idxd_process_events;
spdk_idxd_get_channel;
spdk_idxd_put_channel;
local: *;
};