Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: Ibfcc5c2f4a169c4625ab4f58fbcb8957677a3427 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2108 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Community-CI: Mellanox Build Bot
20 lines
339 B
Plaintext
20 lines
339 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_idxd_configure_chan;
|
|
spdk_idxd_reconfigure_chan;
|
|
spdk_idxd_probe;
|
|
spdk_idxd_detach;
|
|
spdk_idxd_set_config;
|
|
spdk_idxd_submit_compare;
|
|
spdk_idxd_submit_crc32c;
|
|
spdk_idxd_submit_copy;
|
|
spdk_idxd_submit_fill;
|
|
spdk_idxd_process_events;
|
|
spdk_idxd_get_channel;
|
|
spdk_idxd_put_channel;
|
|
|
|
local: *;
|
|
};
|