Re: [dpdk-dev] [PATCH v3 01/10] drivers/crypto: introduce IPsec-mb framework
From: Kinsella, Ray <hidden>
Date: 2021-09-30 09:51:37
From: Kinsella, Ray <hidden>
Date: 2021-09-30 09:51:37
On 29/09/2021 17:30, Ciara Power wrote:
From: Fan Zhang <redacted> This patch introduces the new framework to share common code between the SW crypto PMDs that depend on the intel-ipsec-mb library. This change helps to reduce future effort on the code maintenance and feature updates. The PMDs that will be added to this framework in subsequent patches are: - AESNI MB - AESNI GCM - KASUMI - SNOW3G - ZUC The use of these PMDs will not change, they will still be supported for x86, and will use the same EAL args as before. The minimum required version for the intel-ipsec-mb library is now v1.0. Signed-off-by: Fan Zhang <redacted> Signed-off-by: Ciara Power <redacted> --- v3: - Updated intel-ipsec-mb macros. - Added use of auto init function for IMB_MGR. - Added detail to commit log. v2: - Added qp NULL check in get stats function. - Added maintainers file entry. - Replaced strlcpy with rte_strlcpy. ---
Acked-by: Ray Kinsella <redacted> (for the series).