On 29/09/2021 17:30, Ciara Power wrote:
> From: Fan Zhang <roy.fan.zh...@intel.com>
>
> 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 <roy.fan.zh...@intel.com>
> Signed-off-by: Ciara Power <ciara.po...@intel.com>
>
> ---
> 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 <m...@ashroe.eu>
(for the series).