From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] kni:fix build failure as "ndo_change_mtu_rh74" not found in RHEL8 Date: Mon, 14 Jan 2019 14:03:14 +0100 Message-ID: <10830259.vamm1FfuF6@xps> References: <20181219070759.7538-1-xiliang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Ferruh Yigit To: Xiao Liang Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 9DA991B207 for ; Mon, 14 Jan 2019 14:03:17 +0100 (CET) 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" 19/12/2018 14:47, Ferruh Yigit: > On 12/19/2018 7:07 AM, Xiao Liang wrote: > > 'ndo_change_mtu_rh74' was changed to 'ndo_change_mtu' in RHEL8. > >=20 > > Build error log: > > /home/dpdk-18.11/kernel/linux/kni/compat.h:107:24: error: =E2=80=98cons= t struct > > net_device_ops=E2=80=99 has no member named =E2=80=98ndo_change_mtu_rh7= 4=E2=80=99; did you mean > > =E2=80=98ndo_change_mtu=E2=80=99? > > #define ndo_change_mtu ndo_change_mtu_rh74 > >=20 > > ^~~~~~~~~~~~~~~~~~~ > > Signed-off-by: Xiao Liang >=20 > Suggested title: 'kni: fix build on RHEL 8' >=20 > And a request to backport: > Cc: stable@dpdk.org >=20 > Acked-by: Ferruh Yigit Applied, thanks