[dpdk-dev] [PATCH 1/3] kni: fix compile error for Linux 4.7

2016-06-07 Thread Thomas Monjalon
2016-05-30 12:22, Ferruh Yigit: > Fix compile error becuase of Linux API change, 'trans_start' field > removed from 'struct net_device'. > > Linux: 9b36627acecd ("net: remove dev->trans_start") > > Signed-off-by: Ferruh Yigit Series applied, thanks

[dpdk-dev] [PATCH 1/3] kni: fix compile error for Linux 4.7

2016-05-30 Thread Ferruh Yigit
Fix compile error becuase 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/compat.h | 4 lib/librte_eal/linuxapp/kni/kni_net.c | 9 - 2 files