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

Suanming Mou suanmingm at nvidia.com
Mon Mar 4 08:26:02 CET 2024



> -----Original Message-----
> From: Akhil Goyal <gakhil at marvell.com>
> Sent: Monday, March 4, 2024 3:24 PM
> To: Suanming Mou <suanmingm at nvidia.com>; Matan Azrad
> <matan at nvidia.com>
> Cc: dev at dpdk.org
> 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
> > NVIDIA devices that run the MLX5 compress PMD.
> 
> Compress PMD or crypto PMD?

Sorry, it should be crypto.

> 
> >
> > Signed-off-by: Suanming Mou <suanmingm at nvidia.com>
> > Acked-by: Matan Azrad <matan at nvidia.com>
> > ---
> >  drivers/crypto/mlx5/mlx5_crypto.c | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/drivers/crypto/mlx5/mlx5_crypto.c
> > b/drivers/crypto/mlx5/mlx5_crypto.c
> > index 4bac723c8b..26bd4087da 100644
> > --- a/drivers/crypto/mlx5/mlx5_crypto.c
> > +++ b/drivers/crypto/mlx5/mlx5_crypto.c
> > @@ -465,6 +465,10 @@ static const struct rte_pci_id
> > mlx5_crypto_pci_id_map[] = {
> >  			RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
> >
> > 	PCI_DEVICE_ID_MELLANOX_BLUEFIELD3)
> >  		},
> > +		{
> > +			RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
> > +
> > 	PCI_DEVICE_ID_MELLANOX_CONNECTXVF)
> > +		},
> >  		{
> >  			.vendor_id = 0
> >  		}
> > --
> > 2.34.1



More information about the dev mailing list