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...@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 via email to