DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] remove rte_pci_dev_ids.h
@ 2016-08-05 14:09 Ferruh Yigit
  2016-08-05 14:09 ` [dpdk-dev] [PATCH 1/3] net/ixgbe: move PCI device ids to the driver Ferruh Yigit
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Ferruh Yigit @ 2016-08-05 14:09 UTC (permalink / raw)
  To: dev
  Cc: David Marchand, Helin Zhang, Konstantin Ananyev, Wenzhuo Lu,
	Thomas Monjalon

This patchset moves remaining PCI device ids for ixgbe and igb drivers,
updates KNI code which uses these ids to use pci_device_ids from kni/ethtool
drivers,
and finally removes the rte_pci_dev_ids.h and updates document refers it.

Ferruh Yigit (3):
  net/ixgbe: move PCI device ids to the driver
  net/igb: move PCI device ids to the driver
  eal: remove rte_pci_dev_ids.h

 doc/guides/prog_guide/dev_kit_build_system.rst     |  28 +-
 drivers/net/e1000/igb_ethdev.c                     |  55 +++-
 drivers/net/ixgbe/ixgbe_ethdev.c                   |  79 ++++-
 lib/librte_eal/common/Makefile                     |   2 +-
 lib/librte_eal/common/include/rte_pci_dev_ids.h    | 326 ---------------------
 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c |   2 +-
 lib/librte_eal/linuxapp/kni/kni_misc.c             |  33 +--
 7 files changed, 139 insertions(+), 386 deletions(-)
 delete mode 100644 lib/librte_eal/common/include/rte_pci_dev_ids.h

-- 
2.7.4

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

end of thread, other threads:[~2016-08-23 13:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05 14:09 [dpdk-dev] [PATCH 0/3] remove rte_pci_dev_ids.h Ferruh Yigit
2016-08-05 14:09 ` [dpdk-dev] [PATCH 1/3] net/ixgbe: move PCI device ids to the driver Ferruh Yigit
2016-08-08  6:36   ` David Marchand
2016-08-08  9:10     ` Ferruh Yigit
2016-08-10 12:07       ` David Marchand
2016-08-05 14:09 ` [dpdk-dev] [PATCH 2/3] net/igb: " Ferruh Yigit
2016-08-05 14:09 ` [dpdk-dev] [PATCH 3/3] eal: remove rte_pci_dev_ids.h Ferruh Yigit
2016-08-06 12:55   ` Thomas Monjalon
2016-08-08  6:20     ` David Marchand
2016-08-23 13:35       ` Thomas Monjalon
2016-08-23 13:37 ` [dpdk-dev] [PATCH 0/3] " 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).