From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] kni: fix build on RHEL 7.5 Date: Thu, 09 Aug 2018 16:10:12 +0200 Message-ID: <2812659.cRngSSAoTn@xps> References: <1533557167-7390-1-git-send-email-quzeyao@gmail.com> <1533816546-1626-1-git-send-email-quzeyao@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Drocula Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0B37F2C5 for ; Thu, 9 Aug 2018 16:10:14 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/08/2018 14:15, Ferruh Yigit: > On 8/9/2018 1:09 PM, Drocula wrote: > > This patch fixes compilation errors on Centos 7.5 when > > CONFIG_RTE_KNI_KMOD_ETHTOOL is set to 'y'. > > On RHEL75 ndo_change_mtu has changed to ndo_change_mtu_rh74. > > > > See commit 37d477b6863e5c06 ("kni: fix build on RHEL 7.5") > > > > Signed-off-by: Drocula Lambda I am pretty sure this is not a real name. As it is a small patch, I will forgive it. > Acked-by: Ferruh Yigit Applied, thanks