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>
13 lines
119 B
Plaintext
13 lines
119 B
Plaintext
DPDK_17.05 {
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_18.11 {
|
|
global:
|
|
|
|
dpaa2_sec_eventq_attach;
|
|
dpaa2_sec_eventq_detach;
|
|
|
|
} DPDK_17.05;
|