dpdk-cryptodev: enq/deq scheme rework 19/39019/3
authorPiotr Bronowski <piotrx.bronowski@intel.com>
Fri, 9 Jun 2023 15:08:54 +0000 (15:08 +0000)
committerFan Zhang <fanzhang.oss@gmail.com>
Mon, 19 Jun 2023 18:12:09 +0000 (18:12 +0000)
This rework tries to address issues found on SPR QAT, for traffic
reaching max possible throughoutput for single QAT PF packet drops were
observed.
Fix changes enq/deq scheme by utilizing software ring in enq call from
VNET but enq and deq to QAT happens only in deq callback function what
should enable better utlization of hardware resources.

Type: improvement
Signed-off-by: Dastin Wilski <dastin.wilski@gmail.com>
Signed-off-by: Piotr Bronowski <piotrx.bronowski@intel.com>
Change-Id: I2e8c473d20a269fd5e93f0c8d1f8c8aa193712bd


No differences found