DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Mingjin Ye <mingjinx.ye@intel.com>
Cc: <dev@dpdk.org>
Subject: Re: [PATCH] net/ixgbe: enable E610 devices
Date: Mon, 30 Sep 2024 14:10:29 +0100	[thread overview]
Message-ID: <ZvqjRcWKMVH2iRlB@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <20240930084459.1174181-1-mingjinx.ye@intel.com>

On Mon, Sep 30, 2024 at 08:44:59AM +0000, Mingjin Ye wrote:
> Enables support for devices below the E610:
> 
> IXGBE_DEV_ID_E610_BACKPLANE		0x57AE
> IXGBE_DEV_ID_E610_SFP			0x57AF
> IXGBE_DEV_ID_E610_10G_T			0x57B0
> IXGBE_DEV_ID_E610_2_5G_T		0x57B1
> IXGBE_DEV_ID_E610_SGMII			0x57B2
> 
> Signed-off-by: Mingjin Ye <mingjinx.ye@intel.com>
> ---
>  drivers/net/ixgbe/ixgbe_ethdev.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
> index d88d4065f1..445d994f24 100644
> --- a/drivers/net/ixgbe/ixgbe_ethdev.c
> +++ b/drivers/net/ixgbe/ixgbe_ethdev.c
> @@ -449,6 +449,11 @@ static const struct rte_pci_id pci_id_ixgbe_map[] = {
>  	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_KX4) },
>  	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_KR) },
>  	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_XFI) },
> +	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_E610_BACKPLANE) },
> +	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_E610_SFP) },
> +	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_E610_10G_T) },
> +	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_E610_2_5G_T) },
> +	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_E610_SGMII) },
>  #ifdef RTE_LIBRTE_IXGBE_BYPASS
>  	{ RTE_PCI_DEVICE(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_BYPASS) },
>  #endif

These devices are already present on next-net-intel tree following the
last base code update from Anatoly. See [1], and maybe verify that none of
the above are missing from this list, I think they are all there.

/Bruce

[1] https://github.com/DPDK/dpdk/blob/next-net-intel-for-next-net/drivers/net/ixgbe/ixgbe_ethdev.c#L452


      reply	other threads:[~2024-09-30 13:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30  8:44 Mingjin Ye
2024-09-30 13:10 ` Bruce Richardson [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=ZvqjRcWKMVH2iRlB@bricha3-mobl1.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=mingjinx.ye@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).