From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] kni:fix build failure as "ndo_change_mtu_rh74" not found in RHEL8 Date: Wed, 19 Dec 2018 13:26:17 +0000 Message-ID: <348341d8-8a01-91db-c5d2-b11149e963d8@intel.com> References: <20181219070759.7538-1-xiliang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Kiran Kumar To: Xiao Liang , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 493B91B5B7 for ; Wed, 19 Dec 2018 14:26:20 +0100 (CET) In-Reply-To: <20181219070759.7538-1-xiliang@redhat.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 12/19/2018 7:07 AM, Xiao Liang wrote: > 'ndo_change_mtu_rh74' was changed to 'ndo_change_mtu' in RHEL8. > > Build error log: > /home/dpdk-18.11/kernel/linux/kni/compat.h:107:24: error: ‘const struct > net_device_ops’ has no member named ‘ndo_change_mtu_rh74’; did you mean > ‘ndo_change_mtu’? > #define ndo_change_mtu ndo_change_mtu_rh74 There is already a patch for it: https://patches.dpdk.org/patch/48343/ But that one doesn't cover igb, so I suggest to go with this one. > > ^~~~~~~~~~~~~~~~~~~ > Signed-off-by: Xiao Liang <...>