Spdk/lib/idxd/spdk_idxd.map
paul luse fe044f6988 lib/idxd: add raw request for low level testing
Provide an interface to allow the caller to provide a proprely
formatted descriptor.

Signed-off-by: paul luse <paul.e.luse@intel.com>
Change-Id: I5c397761f556361040ec962d61169459150b6494
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12703
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2022-05-23 19:09:50 +00:00

34 lines
750 B
Plaintext

{
global:
# public functions
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_get_socket;
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_submit_compress;
spdk_idxd_submit_decompress;
spdk_idxd_submit_raw_desc;
spdk_idxd_process_events;
spdk_idxd_get_channel;
spdk_idxd_put_channel;
local: *;
};