Re: [dpdk-dev] [PATCH v7 1/2] cryptodev: support enqueue and dequeue callback functions
From: Akhil Goyal <hidden>
Date: 2021-01-15 16:01:44
From: Akhil Goyal <hidden>
Date: 2021-01-15 16:01:44
This patch adds APIs to add/remove callback functions on crypto enqueue/dequeue burst. The callback function will be called for each burst of crypto ops received/sent on a given crypto device queue pair. Signed-off-by: Abhinandan Gujjar <redacted> Acked-by: Konstantin Ananyev <redacted> ---
Series applied to dpdk-next-crypto Thanks.