RE: [EXTERNAL] [PATCH] crypto/mlx5: add virtual function device ID

2024-03-04 Thread Akhil Goyal
> > Subject: RE: [EXTERNAL] [PATCH] crypto/mlx5: add virtual function device ID > > > > > Subject: [EXTERNAL] [PATCH] crypto/mlx5: add virtual function device > > > ID > > > > > > This adds the virtual function device ID to the list of supported >

RE: [EXTERNAL] [PATCH] crypto/mlx5: add virtual function device ID

2024-03-03 Thread Suanming Mou
> -Original Message- > From: Akhil Goyal > Sent: Monday, March 4, 2024 3:24 PM > To: Suanming Mou ; Matan Azrad > > Cc: dev@dpdk.org > Subject: RE: [EXTERNAL] [PATCH] crypto/mlx5: add virtual function device ID > > > Subject: [EXTERNAL] [PATCH] cry

RE: [EXTERNAL] [PATCH] crypto/mlx5: add virtual function device ID

2024-03-03 Thread Akhil Goyal
> Subject: [EXTERNAL] [PATCH] crypto/mlx5: add virtual function device ID > > This adds the virtual function device ID to the list of > supported NVIDIA devices that run the MLX5 compress PMD. Compress PMD or crypto PMD? > > Signed-off-by: Suanming Mou >

Re: [PATCH] crypto/mlx5: add virtual function device ID

2024-03-01 Thread Patrick Robb
The Community CI Testing Lab had an infra failure this morning and some patches including yours were affected with false failures. The issue is now resolved and we are rerunning the tests in question for all patches submitted today. On Fri, Mar 1, 2024 at 7:31 AM Suanming Mou wrote: > This adds

[PATCH] crypto/mlx5: add virtual function device ID

2024-03-01 Thread Suanming Mou
This adds the virtual function device ID to the list of supported NVIDIA devices that run the MLX5 compress PMD. Signed-off-by: Suanming Mou Acked-by: Matan Azrad --- drivers/crypto/mlx5/mlx5_crypto.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/crypto/mlx5/mlx5_crypto.c b/d