From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] kni: fix build on RHEL 7.5 Date: Thu, 9 Aug 2018 13:15:12 +0100 Message-ID: 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=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Drocula Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A898BFEB for ; Thu, 9 Aug 2018 14:15:24 +0200 (CEST) In-Reply-To: <1533816546-1626-1-git-send-email-quzeyao@gmail.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Acked-by: Ferruh Yigit