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:47:03 +0000 Message-ID: References: <20181219070759.7538-1-xiliang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit To: Xiao Liang , dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 505C51B8C6 for ; Wed, 19 Dec 2018 14:47:05 +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 > > ^~~~~~~~~~~~~~~~~~~ > Signed-off-by: Xiao Liang Suggested title: 'kni: fix build on RHEL 8' And a request to backport: Cc: stable@dpdk.org Acked-by: Ferruh Yigit