[PATCH v2 0/5] OpenSSL PMD Optimisations

2024-06-03 Thread Jack Bond-Preston
v2: * Fixed missing * in patch 4 causing compilation failures. --- 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 du

[PATCH v2 0/5] OpenSSL PMD Optimisations

2024-06-03 Thread Jack Bond-Preston
v2: * Fixed missing * in patch 4 causing compilation failures. --- 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 du