* [dpdk-dev] [PATCH] e1000: add missing 82583v pci id
@ 2015-05-04 15:28 Stephen Hemminger
2015-07-13 8:45 ` Lu, Wenzhuo
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2015-05-04 15:28 UTC (permalink / raw)
To: dev; +Cc: James Davidson
From: James Davidson <james.davidson@brocade.com>
Add support for 82583V (E1000) PCI device id.
Signed-off-by: James Davidson <james.davidson@brocade.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
lib/librte_eal/common/include/rte_pci_dev_ids.h | 1 +
1 file changed, 1 insertion(+)
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 21d2eed..b9b5d76 100644
--- a/lib/librte_eal/common/include/rte_pci_dev_ids.h
+++ b/lib/librte_eal/common/include/rte_pci_dev_ids.h
@@ -282,6 +282,7 @@ RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82572EI)
RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82573L)
RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82574L)
RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82574LA)
+RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82583V)
/******************** Physical IGB devices from e1000_hw.h ********************/
--
2.1.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] e1000: add missing 82583v pci id
2015-05-04 15:28 [dpdk-dev] [PATCH] e1000: add missing 82583v pci id Stephen Hemminger
@ 2015-07-13 8:45 ` Lu, Wenzhuo
2015-07-13 9:57 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Lu, Wenzhuo @ 2015-07-13 8:45 UTC (permalink / raw)
To: Stephen Hemminger, dev; +Cc: James Davidson
Hi,
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger
> Sent: Monday, May 4, 2015 11:28 PM
> To: dev@dpdk.org
> Cc: James Davidson
> Subject: [dpdk-dev] [PATCH] e1000: add missing 82583v pci id
>
> From: James Davidson <james.davidson@brocade.com>
>
> Add support for 82583V (E1000) PCI device id.
>
> Signed-off-by: James Davidson <james.davidson@brocade.com>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-13 9:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-04 15:28 [dpdk-dev] [PATCH] e1000: add missing 82583v pci id Stephen Hemminger
2015-07-13 8:45 ` Lu, Wenzhuo
2015-07-13 9:57 ` Thomas Monjalon
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).