On 8/29/2017 4:12 PM, Stephen Hemminger wrote:
On Tue, 29 Aug 2017 17:06:13 +0200
Nirmoy Das [off-list ref] wrote:
quoted
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 <redacted>
<...>
Sigh. KNI needs to get upstream, or we need to leave RHEL and SLES
version magic to the distros to manage as their own patches.
This kind of spaghetti of ifdef's is unmanageable, untestable, and
just plain ugly.
I agree with above comment, meanwhile I believe we need to support this
as long as maintained in DPDK.