From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2EE52A00BE for ; Mon, 8 Jun 2020 09:58:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E64152BAA; Mon, 8 Jun 2020 09:58:07 +0200 (CEST) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 517372BAA for ; Mon, 8 Jun 2020 09:58:06 +0200 (CEST) Received: by mail-wm1-f68.google.com with SMTP id u26so13656608wmn.1 for ; Mon, 08 Jun 2020 00:58:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=2FaEszsBYssaUioYhH75avFxvg5MDkomk3WyUanTSIg=; b=eewC9NG3oQL+qiVt5SOclLcN7uql1RsLt7HDyFiXl1UB5FC5f5SuBfkmYQXC7xuf5p VeG3SODYRfOwcETikpIya8E6kdYK5loqUGnbQX7NN0eDCDnOnGelmcmJQIRz+LktchqR HktCBd1q9gCIaECU9IO/IIaOEqHy4Ztq9rfMrtbjCGqv5GDeUOMZy/OOBMbY9DGmwhKk Xzxf4P7SkeKTopiO9krv0Eh5k5zk8Po7LlvvhrBaIqjWCGCJTwoUsBJP8m9aYZW69mBh 8UvmWHPlH4pQ2cTpohyjblSCX68qysG702Ik0GY71p2NFWdlFmsJhCs2Ayv8AfWkXRMj qoPA== X-Gm-Message-State: AOAM531JZI3ObstcQDv6Hmew9iJsoqhzTsJNKz+aW1g3whZl0ohlhJud mICoZ1EQVHQ3CyVu1OHKOm8= X-Google-Smtp-Source: ABdhPJxljaPWzTbAfFl2RsjsHjfwnEk3nHxZPeXZxlRJWWoeFgkN0UGVs0Dx+ynsHJPIUCiZzxlJoA== X-Received: by 2002:a1c:c3d7:: with SMTP id t206mr15403141wmf.69.1591603086052; Mon, 08 Jun 2020 00:58:06 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id u13sm21077409wmm.6.2020.06.08.00.58.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jun 2020 00:58:05 -0700 (PDT) Message-ID: From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org, ferruh.yigit@intel.com Date: Mon, 08 Jun 2020 08:58:04 +0100 In-Reply-To: <20200605181129.14809-1-ktraynor@redhat.com> References: <20200605181129.14809-1-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 18.11 0/2] fix ethtool build on RHEL/CentOS X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, 2020-06-05 at 19:11 +0100, Kevin Traynor wrote: > Some patches are backported to RHEL/CentOS 8.1 and hence causing=20 > build failures. Extend the existing fixes for use with RHEL/CentOS. >=20 > Kevin Traynor (2): > kni: fix ethtool dev_open build error > kni: fix ethtool pointer type build error >=20 > kernel/linux/kni/ethtool/igb/kcompat.h | 12 ++++++++---- > kernel/linux/kni/ethtool/ixgbe/kcompat.h | 6 ++++-- > 2 files changed, 12 insertions(+), 6 deletions(-) Series-Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi