net/e1000: move em PCI device ids to the driver
authorDavid Marchand <david.marchand@6wind.com>
Mon, 11 Jul 2016 14:40:37 +0000 (16:40 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Jul 2016 15:36:56 +0000 (17:36 +0200)
Reused defines from the driver and added a Intel vendor id macro for use by
igb later.
Used RTE_PCI_DEVICE in place of RTE_PCI_DEV_ID_DECL* stuff.

igb/igbvf is left as is, waiting for kni/ethtool cleanup.

Signed-off-by: David Marchand <david.marchand@6wind.com>

No differences found