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

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Signed-off-by: Ashish Jain <ashish.jain@nxp.com>
2018-10-17 12:20:06 +02:00

13 lines
119 B
Plaintext

DPDK_17.05 {
local: *;
};
DPDK_18.11 {
global:
dpaa2_sec_eventq_attach;
dpaa2_sec_eventq_detach;
} DPDK_17.05;