DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] bnxt: Add Cumulus+ PCI ID
@ 2016-06-21 21:58 Ajit Khaparde
  2016-06-24 11:59 ` Bruce Richardson
  0 siblings, 1 reply; 4+ messages in thread
From: Ajit Khaparde @ 2016-06-21 21:58 UTC (permalink / raw)
  To: bruce.richardson, dev; +Cc: stephen.hurd, ajit.khaparde

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(+)

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.
-- 
2.7.4 (Apple Git-66)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] bnxt: Add Cumulus+ PCI ID
  2016-06-21 21:58 [dpdk-dev] [PATCH] bnxt: Add Cumulus+ PCI ID Ajit Khaparde
@ 2016-06-24 11:59 ` Bruce Richardson
  2016-06-24 18:31   ` Ajit Khaparde
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Richardson @ 2016-06-24 11:59 UTC (permalink / raw)
  To: Ajit Khaparde; +Cc: dev, stephen.hurd

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] bnxt: Add Cumulus+ PCI ID
  2016-06-24 11:59 ` Bruce Richardson
@ 2016-06-24 18:31   ` Ajit Khaparde
  2016-06-27  8:41     ` Bruce Richardson
  0 siblings, 1 reply; 4+ messages in thread
From: Ajit Khaparde @ 2016-06-24 18:31 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, Stephen Hurd

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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] bnxt: Add Cumulus+ PCI ID
  2016-06-24 18:31   ` Ajit Khaparde
@ 2016-06-27  8:41     ` Bruce Richardson
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Richardson @ 2016-06-27  8:41 UTC (permalink / raw)
  To: Ajit Khaparde; +Cc: dev, Stephen Hurd

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-27  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-21 21:58 [dpdk-dev] [PATCH] bnxt: Add Cumulus+ PCI ID Ajit Khaparde
2016-06-24 11:59 ` Bruce Richardson
2016-06-24 18:31   ` Ajit Khaparde
2016-06-27  8:41     ` Bruce Richardson

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).