config: disable KNI ethtool by default
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:01:47 +0000 (18:01 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 29 Jan 2017 21:37:23 +0000 (22:37 +0100)
commitee04d5197b48b34b563d476777b3a15bbe99104e
tree52056007a116c8711d299be58b1ac4cecde1c3f9
parentb2b0f85182ef409ef8ad9aa94be86c4aafa2640f
config: disable KNI ethtool by default

KNI ethtool support (KNI control path) is not commonly used,
and it tends to break the build with new version of the Linux kernel.

KNI ethtool feature is disabled by default. KNI datapath is not effected
from this update.

It is possible to enable feature explicitly with config option:
"CONFIG_RTE_KNI_KMOD_ETHTOOL=y"

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
config/common_linuxapp