Dual-cast copies the same source to two separate destination buffers. Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: Icadae34a75c35e2db672a193287b147416012a5a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2129 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> Community-CI: Mellanox Build Bot
21 lines
367 B
Plaintext
21 lines
367 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_dualcast;
|
|
spdk_idxd_submit_fill;
|
|
spdk_idxd_process_events;
|
|
spdk_idxd_get_channel;
|
|
spdk_idxd_put_channel;
|
|
|
|
local: *;
|
|
};
|