From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] config: disable KNI ethtool by default Date: Sun, 29 Jan 2017 22:38:12 +0100 Message-ID: <2965671.llLmk1yWx9@xps13> References: <20170117180147.11247-1-ferruh.yigit@intel.com> <20170117180147.11247-2-ferruh.yigit@intel.com> <3152314.dq5MV9eiER@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id DC225BD2A for ; Sun, 29 Jan 2017 22:38:14 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id c85so189295956wmi.1 for ; Sun, 29 Jan 2017 13:38:14 -0800 (PST) In-Reply-To: <3152314.dq5MV9eiER@xps13> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-17 19:35, Thomas Monjalon: > 2017-01-17 18:01, Ferruh Yigit: > > 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 > > Acked-by: Thomas Monjalon Applied, thanks