fe3688ba79
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>
13 lines
117 B
Plaintext
13 lines
117 B
Plaintext
DPDK_17.11 {
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_19.11 {
|
|
global:
|
|
|
|
dpaa_sec_eventq_attach;
|
|
dpaa_sec_eventq_detach;
|
|
|
|
} DPDK_17.11;
|