[dpdk-dev] bnxt: Add Cumulus+ PCI ID

Message ID 1466546300-44716-1-git-send-email-ajit.khaparde@broadcom.com (mailing list archive)
State Accepted, archived
Delegated to: Bruce Richardson
Headers

Commit Message

Ajit Khaparde June 21, 2016, 9:58 p.m. UTC
  This patch adds support for Cumulus+ Ethernet adapters.
These Cumulus+ Ethernet adapters support 10Gb/25Gb/40Gb/50Gb speeds.

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 lib/librte_eal/common/include/rte_pci_dev_ids.h | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Bruce Richardson June 24, 2016, 11:59 a.m. UTC | #1
On Tue, Jun 21, 2016 at 04:58:20PM -0500, Ajit Khaparde wrote:
> This patch adds support for Cumulus+ Ethernet adapters.
> These Cumulus+ Ethernet adapters support 10Gb/25Gb/40Gb/50Gb speeds.
> 
> Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>

Applied to dpdk-next-net/rel_16_07

/Bruce
  
Ajit Khaparde June 24, 2016, 6:31 p.m. UTC | #2
On Fri, Jun 24, 2016 at 6:59 AM, Bruce Richardson <
bruce.richardson@intel.com> wrote:

> On Tue, Jun 21, 2016 at 04:58:20PM -0500, Ajit Khaparde wrote:
> > This patch adds support for Cumulus+ Ethernet adapters.
> > These Cumulus+ Ethernet adapters support 10Gb/25Gb/40Gb/50Gb speeds.
> >
> > Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
>
> Applied to dpdk-next-net/rel_16_07
>
​Thanks Bruce. At what point in time will the changes under rel_16_07
be available in the dpdk tree?
git://dpdk.org/dpdk

​Thanks​

​


>
> /Bruce
>
  
Bruce Richardson June 27, 2016, 8:41 a.m. UTC | #3
On Fri, Jun 24, 2016 at 01:31:37PM -0500, Ajit Khaparde wrote:
> On Fri, Jun 24, 2016 at 6:59 AM, Bruce Richardson <
> bruce.richardson@intel.com> wrote:
> 
> > On Tue, Jun 21, 2016 at 04:58:20PM -0500, Ajit Khaparde wrote:
> > > This patch adds support for Cumulus+ Ethernet adapters.
> > > These Cumulus+ Ethernet adapters support 10Gb/25Gb/40Gb/50Gb speeds.
> > >
> > > Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> >
> > Applied to dpdk-next-net/rel_16_07
> >
> ​Thanks Bruce. At what point in time will the changes under rel_16_07
> be available in the dpdk tree?
> git://dpdk.org/dpdk
> 
That's more a question for Thomas than for me, since he is the one who pulls
next-net into the mainline. However, from discussions with Thomas, it should be
fairly soon, hopefully today or tomorrow.

/Bruce
  

Patch

diff --git a/lib/librte_eal/common/include/rte_pci_dev_ids.h b/lib/librte_eal/common/include/rte_pci_dev_ids.h
index 49799e6..ba38a25 100644
--- a/lib/librte_eal/common/include/rte_pci_dev_ids.h
+++ b/lib/librte_eal/common/include/rte_pci_dev_ids.h
@@ -710,6 +710,7 @@  RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_MF)
 #define BROADCOM_DEV_ID_57406_PF               0x16d2
 #define BROADCOM_DEV_ID_57406_VF               0x16d3
 #define BROADCOM_DEV_ID_57406_MF               0x16d4
+#define BROADCOM_DEV_ID_57314                  0x16df
 
 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57301)
 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57302)
@@ -720,6 +721,7 @@  RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57404)
 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_PF)
 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_VF)
 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_MF)
+RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57314)
 
 /*
  * Undef all RTE_PCI_DEV_ID_DECL_* here.