dpdk-cryptodev: introduce sw_ring 18/39018/2
authorPiotr Bronowski <piotrx.bronowski@intel.com>
Fri, 9 Jun 2023 14:22:40 +0000 (14:22 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Tue, 13 Jun 2023 12:08:54 +0000 (12:08 +0000)
commitd53a95ceadd481401f3ae4c3279636c3e5050999
tree3c800fd92981ff90ab43675c434d6ada2d2752c0
parent84fb83def4e1b219af7bea33610a53473c7a2f19
dpdk-cryptodev: introduce sw_ring

This patch introduces sw_ring. This ring is used in next set of patchas
and plays role of a buffer for QAT, allowing collecting frame elements
in case QAT queue is fully utilized, and assembling frame
from QAT dequeued elements.

Type: improvement
Signed-off-by: Piotr Bronowski <piotrx.bronowski@intel.com>
Signed-off-by: Dastin Wilski <dastin.wilski@gmail.com>
Change-Id: I20718e200986ab4dba5cbc31c05a904072a6981a
src/plugins/dpdk/cryptodev/cryptodev.c
src/plugins/dpdk/cryptodev/cryptodev.h