Re: [dpdk-dev] [PATCH] kni: fix build on SLE12 SP3

2017-08-18 Thread Ferruh Yigit
Hi Nirmoy, On 8/15/2017 10:58 AM, Nirmoy Das wrote: > compilation error: > build/lib/librte_eal/linuxapp/kni/kni_net.c:215:5: error: ‘struct net_device’ > has no member named ‘trans_start’ Commit log is too long, can you please break this line. > dev->trans_start = jiffies; > > Signed-off-by

[dpdk-dev] [PATCH] kni: fix build on SLE12 SP3

2017-08-15 Thread Nirmoy Das
compilation error: build/lib/librte_eal/linuxapp/kni/kni_net.c:215:5: error: ‘struct net_device’ has no member named ‘trans_start’ dev->trans_start = jiffies; Signed-off-by: Nirmoy Das --- lib/librte_eal/linuxapp/kni/compat.h | 32 +++- 1 file changed, 31 insertion