[dpdk-dev] [PATCH v2] kni: fix build with kernel 4.8

2016-09-21 Thread Thomas Monjalon
2016-09-09 22:33, De Lara Guarch, Pablo: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > > Linux kernel v4.8 removes macro DEFINE_PCI_DEVICE_TABLE > > > > Linux: 7e9321599011 ("treewide: remove references to the now unnecessary > > DEFINE_PCI_DEVICE_TABLE") > > > > Replac

[dpdk-dev] [PATCH v2] kni: fix build with kernel 4.8

2016-09-20 Thread Stephen Hemminger
On Thu, 8 Sep 2016 19:32:09 +0100 Ferruh Yigit wrote: > Linux kernel v4.8 removes macro DEFINE_PCI_DEVICE_TABLE > > Linux: 7e9321599011 ("treewide: remove references to the now unnecessary > DEFINE_PCI_DEVICE_TABLE") > > Replaced macro with its value in kni ethtool drivers. > > Signed-off-by:

[dpdk-dev] [PATCH v2] kni: fix build with kernel 4.8

2016-09-19 Thread Christian Ehrhardt
On Thu, Sep 8, 2016 at 8:32 PM, Ferruh Yigit wrote: > Linux kernel v4.8 removes macro DEFINE_PCI_DEVICE_TABLE > > Linux: 7e9321599011 ("treewide: remove references to the now unnecessary > DEFINE_PCI_DEVICE_TABLE") > > Replaced macro with its value in kni ethtool drivers. Just ran into the same

[dpdk-dev] [PATCH v2] kni: fix build with kernel 4.8

2016-09-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > Sent: Thursday, September 08, 2016 11:32 AM > To: dev at dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH v2] kni: fix build with kernel 4.8 > > Linux k

[dpdk-dev] [PATCH v2] kni: fix build with kernel 4.8

2016-09-08 Thread Ferruh Yigit
Linux kernel v4.8 removes macro DEFINE_PCI_DEVICE_TABLE Linux: 7e9321599011 ("treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLE") Replaced macro with its value in kni ethtool drivers. Signed-off-by: Ferruh Yigit --- lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c