Re: [dpdk-dev] [PATCH v2] kni: fix build for Linux kernel 4.19

2018-10-26 Thread Thomas Monjalon
24/10/2018 13:10, Ferruh Yigit: > The build error observed with Linux kernel 4.19 when KNI ethtool > support enabled (CONFIG_RTE_KNI_KMOD_ETHTOOL=y) > > .../build/build/kernel/linux/kni/kni_ethtool.c:193:3: >error: ‘struct ethtool_ops’ has no member named ‘get_settings’; > .get_settings = k

[dpdk-dev] [PATCH v2] kni: fix build for Linux kernel 4.19

2018-10-24 Thread Ferruh Yigit
The build error observed with Linux kernel 4.19 when KNI ethtool support enabled (CONFIG_RTE_KNI_KMOD_ETHTOOL=y) .../build/build/kernel/linux/kni/kni_ethtool.c:193:3: error: ‘struct ethtool_ops’ has no member named ‘get_settings’; .get_settings = kni_get_settings, ^~~~ .../build/