[dpdk-dev] [PATCH] common/cpt: rework pending queue

Akhil Goyal gakhil at marvell.com
Fri Sep 24 19:45:27 CEST 2021


> From: David George <david.george at sophos.com>
> 
> Replace pending queue with one that allows concurrent single producer and
> single consumer. This relaxes the restriction of only allowing a single
> lcore to operate on a given queue pair.
> 
> Signed-off-by: David George <david.george at sophos.com>
> Signed-off-by: Anoob Joseph <anoobj at marvell.com>
> ---
>  doc/guides/cryptodevs/octeontx.rst                 |   6 --
>  doc/guides/cryptodevs/octeontx2.rst                |   6 --
>  drivers/common/cpt/cpt_common.h                    |  73 +++++++++++++--
>  drivers/crypto/octeontx/otx_cryptodev_hw_access.c  |  19 ++--
>  drivers/crypto/octeontx/otx_cryptodev_hw_access.h  |  14 ++-
>  drivers/crypto/octeontx/otx_cryptodev_ops.c        |  75 +++++++---------
>  .../crypto/octeontx2/otx2_cryptodev_hw_access.h    |   8 +-
>  drivers/crypto/octeontx2/otx2_cryptodev_ops.c      | 100 ++++++++++++------
> ---
Applied to dpdk-next-crypto

Thanks.


More information about the dev mailing list