[dpdk-dev] [PATCH] kni: fix build with Linux 3.17

2014-08-29 Thread Thomas Monjalon
> In the series of ever-lasting ugly #ifdefs trying make out-of-tree > drivers to support latest mainline kernel... > > Signed-off-by: Aaro Koskinen Acked-by: Thomas Monjalon Applied with this commit log: Since Linux commit "set name_assign_type in alloc_netdev" (c835a677331495), the f

[dpdk-dev] [PATCH] kni: fix build with Linux 3.17

2014-08-19 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Aaro Koskinen > Sent: Monday, August 18, 2014 8:45 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] kni: fix build with Linux 3.17 > > In the series of ever-lasting ugly #ifdefs tr

[dpdk-dev] [PATCH] kni: fix build with Linux 3.17

2014-08-18 Thread Aaro Koskinen
In the series of ever-lasting ugly #ifdefs trying make out-of-tree drivers to support latest mainline kernel... Signed-off-by: Aaro Koskinen --- lib/librte_eal/linuxapp/kni/kni_misc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/librte_eal/linuxapp/kni/kni_misc.c b/lib/librte_eal/