RE: [PATCH v2 0/9] crypto/mlx5: support AES-GCM

2023-06-20 Thread Matan Azrad
From: Suanming Mou > > -Original Message- > > From: Akhil Goyal > > Sent: Tuesday, June 20, 2023 5:59 PM > > To: Suanming Mou > > Cc: Raslan Darawsheh ; dev@dpdk.org > > Subject: RE: [PATCH v2 0/9] crypto/mlx5: support AES-GCM > > > > Hi

RE: [PATCH v2 0/9] crypto/mlx5: support AES-GCM

2023-06-20 Thread Suanming Mou
> -Original Message- > From: Akhil Goyal > Sent: Tuesday, June 20, 2023 5:59 PM > To: Suanming Mou > Cc: Raslan Darawsheh ; dev@dpdk.org > Subject: RE: [PATCH v2 0/9] crypto/mlx5: support AES-GCM > > Hi Suanming, > > Hi Akhil, > > > > Maybe

RE: [PATCH v2 0/9] crypto/mlx5: support AES-GCM

2023-06-20 Thread Akhil Goyal
Hi Suanming, > Hi Akhil, > > Maybe due to "To" is empty, it was not collected correctly to the ML. But it > was > in my inbox, and you were cced. > This is a v2 cover-letter as per the title.

RE: [PATCH v2 0/9] crypto/mlx5: support AES-GCM

2023-06-20 Thread Suanming Mou
; > gak...@marvell.com > Subject: [PATCH v2 0/9] crypto/mlx5: support AES-GCM > > AES-GCM provides both authenticated encryption and the ability to check the > integrity and authentication of additional authenticated data (AAD) that is > sent in > the clear. > > The crypto

[PATCH v2 0/9] crypto/mlx5: support AES-GCM

2023-06-19 Thread Suanming Mou
AES-GCM provides both authenticated encryption and the ability to check the integrity and authentication of additional authenticated data (AAD) that is sent in the clear. The crypto operations are performed with crypto WQE. If the input buffers(AAD, mbuf, digest) are not contiguous and there is no

RE: [EXT] [PATCH v2 0/9] crypto/mlx5: support AES-GCM

2023-06-19 Thread Suanming Mou
Hi, Sorry for the late response. > -Original Message- > From: Akhil Goyal > Sent: Thursday, June 15, 2023 2:12 AM > To: Suanming Mou > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: RE: [EXT] [PATCH v2 0/9] crypto/mlx5: support AES-GCM > > > AES-GCM

RE: [EXT] [PATCH v2 0/9] crypto/mlx5: support AES-GCM

2023-06-14 Thread Akhil Goyal
> AES-GCM provides both authenticated encryption and the ability to check > the integrity and authentication of additional authenticated data (AAD) > that is sent in the clear. > > The crypto operations are performed with crypto WQE. If the input > buffers(AAD, mbuf, digest) are not contiguous and

[PATCH v2 0/9] crypto/mlx5: support AES-GCM

2023-05-25 Thread Suanming Mou
AES-GCM provides both authenticated encryption and the ability to check the integrity and authentication of additional authenticated data (AAD) that is sent in the clear. The crypto operations are performed with crypto WQE. If the input buffers(AAD, mbuf, digest) are not contiguous and there is no