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
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
2 matches
Mail list logo