Spdk/lib/idxd/spdk_idxd.map
paul luse 8c1fd55583 lib/idxd: implement idxd back end for CRC
Signed-off-by: paul luse <paul.e.luse@intel.com>
Change-Id: Ib23c23f69d8f002023dd72be1b7369e50ac44fb2
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2105
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>
2020-05-15 08:12:13 +00:00

19 lines
312 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_crc32c;
spdk_idxd_submit_copy;
spdk_idxd_submit_fill;
spdk_idxd_process_events;
spdk_idxd_get_channel;
spdk_idxd_put_channel;
local: *;
};