[dpdk-dev] [PATCH] kni: fix compilation error when debug enabled

2016-09-21 Thread Thomas Monjalon
2016-09-15 13:06, Ferruh Yigit: > Fix build error with Linux kernel >= v4.7 > > Fix compile error because of Linux API change, 'trans_start' field > removed from 'struct net_device'. > > Linux: 9b36627acecd ("net: remove dev->trans_start") > > Signed-off-by: Ferruh Yigit Applied, thanks

[dpdk-dev] [PATCH] kni: fix compilation error when debug enabled

2016-09-15 Thread Ferruh Yigit
Fix build error with Linux kernel >= v4.7 Fix compile error because of Linux API change, 'trans_start' field removed from 'struct net_device'. Linux: 9b36627acecd ("net: remove dev->trans_start") Signed-off-by: Ferruh Yigit --- lib/librte_eal/linuxapp/kni/kni_net.c | 2 +- 1 file changed, 1 in