From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: document KNI limitation in release notes Date: Mon, 19 Nov 2018 00:33:04 +0100 Message-ID: <2542761.PDeI3mgBa5@xps> References: <20181105170940.70602-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, John McNamara , Marko Kovacevic To: Ferruh Yigit Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 32CC85323 for ; Mon, 19 Nov 2018 00:33:07 +0100 (CET) In-Reply-To: <20181105170940.70602-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/11/2018 18:09, Ferruh Yigit: > Commit a9460a0b2efb ("kni: fix build on Linux 4.19") disables some > ethtool commands because they are removed in newer (4.19) kernels. > > This patch documents removed functionality. > > Signed-off-by: Ferruh Yigit Applied, thanks