cryptodev: add enqueue and dequeue callbacks
authorAbhinandan Gujjar <abhinandan.gujjar@intel.com>
Tue, 22 Dec 2020 14:42:42 +0000 (20:12 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 19 Jan 2021 17:05:44 +0000 (18:05 +0100)
commit1c3ffb95595e8ca4ab5eb910c4373a7ccf2c275c
treec7e0f3b93e07bef255e7c899c2e948ee2b8a221b
parent61baeec4682c58d2b58c503aee2739c70ddfac17
cryptodev: add enqueue and dequeue callbacks

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 <abhinandan.gujjar@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
config/rte_config.h
devtools/libabigail.abignore
doc/guides/prog_guide/cryptodev_lib.rst
doc/guides/rel_notes/release_21_02.rst
lib/librte_cryptodev/meson.build
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_cryptodev/rte_cryptodev.h
lib/librte_cryptodev/version.map