numam-dpdk/drivers/crypto/dpaa_sec/rte_pmd_dpaa_sec_version.map
Akhil Goyal fe3688ba79 crypto/dpaa_sec: support event crypto adapter
dpaa_sec hw queues can be attached to a hw dpaa event
device and the application can configure the event
crypto adapter to access the dpaa_sec packets using
hardware events.
This patch defines APIs which can be used by the
dpaa event device to attach/detach dpaa_sec queues.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
2019-10-09 13:14:18 +02:00

13 lines
117 B
Plaintext

DPDK_17.11 {
local: *;
};
DPDK_19.11 {
global:
dpaa_sec_eventq_attach;
dpaa_sec_eventq_detach;
} DPDK_17.11;