[dpdk-dev] [PATCH v4 08/14] drivers/crypto: move aesni-gcm PMD to IPsec-mb framework
Zhang, Roy Fan
roy.fan.zhang at intel.com
Mon Oct 18 09:43:32 CEST 2021
> -----Original Message-----
> From: Power, Ciara <ciara.power at intel.com>
> Sent: Friday, October 15, 2021 3:40 PM
> To: dev at dpdk.org
> Cc: Zhang, Roy Fan <roy.fan.zhang at intel.com>; Bronowski, PiotrX
> <piotrx.bronowski at intel.com>; gakhil at marvell.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>; mdr at ashroe.eu; Power, Ciara
> <ciara.power at intel.com>; Thomas Monjalon <thomas at monjalon.net>
> Subject: [PATCH v4 08/14] drivers/crypto: move aesni-gcm PMD to IPsec-mb
> framework
>
> From: Piotr Bronowski <piotrx.bronowski at intel.com>
>
> This patch removes the crypto/aesni_gcm folder and gathers all
> aesni-gcm PMD implementation specific details into a single file,
> pmd_aesni_gcm.c in the crypto/ipsec_mb folder.
> A redundant check for iv length is removed.
>
> GCM ops are stored in the queue pair for multi process support, they
> are updated during queue pair setup for both primary and secondary
> processes.
>
> GCM ops are also set per lcore for the CPU crypto mode.
>
> Signed-off-by: Piotr Bronowski <piotrx.bronowski at intel.com>
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> Acked-by: Ray Kinsella <mdr at ashroe.eu>
>
Acked-by: Fan Zhang <roy.fan.zhang at intel.com>
More information about the dev
mailing list