Re: [PATCH 0/5] OpenSSL PMD Optimisations

2024-06-24 Thread Ji, Kai
Series-acked-by: Kai Ji From: Jack Bond-Preston Sent: 03 June 2024 17:01 Cc: dev@dpdk.org Subject: [PATCH 0/5] OpenSSL PMD Optimisations The current implementation of the OpenSSL PMD has numerous performance issues. These revolve around certain operations being

[PATCH 0/5] OpenSSL PMD Optimisations

2024-06-03 Thread Jack Bond-Preston
The current implementation of the OpenSSL PMD has numerous performance issues. These revolve around certain operations being performed on a per buffer/packet basis, when they in fact could be performed less often - usually just during initialisation. [1/5]: fix GCM and CCM thread unsafe ctxs