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 66378A034E for ; Fri, 5 Jun 2020 20:11:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 29DC91BFC1; Fri, 5 Jun 2020 20:11:45 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 9D1B31BFC1 for ; Fri, 5 Jun 2020 20:11:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591380703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YHNR8tGTjCLIiaVcJYZeE+HtLSz1RYcnorLgRM9xbKE=; b=PLVBxK8YxNVl26V64PjJdlzMs62QxDdVs5QCq5cf56U98mLzO2CrKlVXOVEVSoWZZlORuW V70cH+H+nQ/xCpCrp5U2AeJffhhCsmdf6gp4pImyySPDOgWYu7872h6r/o7zIUPi1XYQlf en697KIRpF5IQyry8f2ChlXwkvc14S4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-28-a6DMfg-iMw6qNY1OWXLTEg-1; Fri, 05 Jun 2020 14:11:42 -0400 X-MC-Unique: a6DMfg-iMw6qNY1OWXLTEg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1301CA0BE3; Fri, 5 Jun 2020 18:11:41 +0000 (UTC) Received: from rh.redhat.com (unknown [10.33.36.130]) by smtp.corp.redhat.com (Postfix) with ESMTP id B592310013D5; Fri, 5 Jun 2020 18:11:39 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org, ferruh.yigit@intel.com Cc: bluca@debian.org, Kevin Traynor Date: Fri, 5 Jun 2020 19:11:27 +0100 Message-Id: <20200605181129.14809-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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" Some patches are backported to RHEL/CentOS 8.1 and hence causing build failures. Extend the existing fixes for use with RHEL/CentOS. Kevin Traynor (2): kni: fix ethtool dev_open build error kni: fix ethtool pointer type build error kernel/linux/kni/ethtool/igb/kcompat.h | 12 ++++++++---- kernel/linux/kni/ethtool/ixgbe/kcompat.h | 6 ++++-- 2 files changed, 12 insertions(+), 6 deletions(-) -- 2.21.3