cryptodev: add dequeue count parameter in raw API
authorFan Zhang <roy.fan.zhang@intel.com>
Wed, 31 Mar 2021 17:20:38 +0000 (18:20 +0100)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 16 Apr 2021 10:43:33 +0000 (12:43 +0200)
commitc21574edc52a8c430215817a53d6ff7e660cdf0a
tree7a043abd96753a1f3348a13e6592c9d587b88066
parent398b70cbbb2e0806abda76f84a8846bf9f8ad78d
cryptodev: add dequeue count parameter in raw API

This patch changes the experimental raw data path dequeue burst API.
Originally the API enforces the user to provide callback function
to get maximum dequeue count. This change gives the user one more
option to pass directly the expected dequeue count.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
app/test/test_cryptodev.c
doc/guides/rel_notes/release_21_05.rst
drivers/crypto/qat/qat_sym_hw_dp.c
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_cryptodev/rte_cryptodev.h