All of lore.kernel.org
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@mellanox.com>
To: Ali Alnubani <alialnu@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] net/mlx5: add ConnectX-6 Lx's device ID
Date: Thu, 9 Jul 2020 12:01:37 +0000	[thread overview]
Message-ID: <VI1PR05MB671817031A24E59D4C675CC3C2640@VI1PR05MB6718.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20200708091404.4187-1-alialnu@mellanox.com>

Hi,

> -----Original Message-----
> From: Ali Alnubani <alialnu@mellanox.com>
> Sent: Wednesday, July 8, 2020 12:14 PM
> To: dev@dpdk.org
> Cc: Raslan Darawsheh <rasland@mellanox.com>
> Subject: [PATCH] net/mlx5: add ConnectX-6 Lx's device ID
> 
> This adds the ConnectX-6 Lx device id to the list of supported
> Mellanox devices that run the MLX5 PMD.
> The device is still in development stage.
> 
> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
> Acked-by: Raslan Darawsheh <rasland@mellanox.com>
> ---
>  drivers/common/mlx5/mlx5_common.h | 1 +
>  drivers/net/mlx5/mlx5.c           | 4 ++++
>  2 files changed, 5 insertions(+)
> 
> diff --git a/drivers/common/mlx5/mlx5_common.h
> b/drivers/common/mlx5/mlx5_common.h
> index da01ffa1c..285150705 100644
> --- a/drivers/common/mlx5/mlx5_common.h
> +++ b/drivers/common/mlx5/mlx5_common.h
> @@ -130,6 +130,7 @@ enum {
>  	PCI_DEVICE_ID_MELLANOX_CONNECTX6DX = 0x101d,
>  	PCI_DEVICE_ID_MELLANOX_CONNECTX6DXVF = 0x101e,
>  	PCI_DEVICE_ID_MELLANOX_CONNECTX6DXBF = 0xa2d6,
> +	PCI_DEVICE_ID_MELLANOX_CONNECTX6LX = 0x101f,
>  };
> 
>  /* Maximum number of simultaneous unicast MAC addresses. */
> diff --git a/drivers/net/mlx5/mlx5.c b/drivers/net/mlx5/mlx5.c
> index 86b7671b4..0c654ed8b 100644
> --- a/drivers/net/mlx5/mlx5.c
> +++ b/drivers/net/mlx5/mlx5.c
> @@ -1885,6 +1885,10 @@ static const struct rte_pci_id mlx5_pci_id_map[] =
> {
>  		RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
> 
> 	PCI_DEVICE_ID_MELLANOX_CONNECTX6DXBF)
>  	},
> +	{
> +		RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
> +				PCI_DEVICE_ID_MELLANOX_CONNECTX6LX)
> +	},
>  	{
>  		.vendor_id = 0
>  	}
> --
> 2.27.0


Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

      reply	other threads:[~2020-07-09 12:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08  9:14 [dpdk-dev] [PATCH] net/mlx5: add ConnectX-6 Lx's device ID Ali Alnubani
2020-07-09 12:01 ` Raslan Darawsheh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VI1PR05MB671817031A24E59D4C675CC3C2640@VI1PR05MB6718.eurprd05.prod.outlook.com \
    --to=rasland@mellanox.com \
    --cc=alialnu@mellanox.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.