From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CC1CC28CC1 for ; Wed, 29 May 2019 13:36:30 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 1B030218D4 for ; Wed, 29 May 2019 13:36:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1B030218D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE2E71B958; Wed, 29 May 2019 15:36:28 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E2EFE1B952 for ; Wed, 29 May 2019 15:36:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 06:36:27 -0700 X-ExtLoop1: 1 Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga006.jf.intel.com with ESMTP; 29 May 2019 06:36:26 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 29 May 2019 06:36:12 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.77]) by fmsmsx115.amr.corp.intel.com ([169.254.4.156]) with mapi id 14.03.0415.000; Wed, 29 May 2019 06:36:12 -0700 From: "Wiles, Keith" To: David Marchand CC: dpdk-dev , "Yigit, Ferruh" , "Thomas Monjalon" , Olivier Matz , "Maxime Coquelin" , "stephen@networkplumber.org" Thread-Topic: [PATCH 2/5] net/tap: revert changes on rte_ prefixing Thread-Index: AQHVFhHuI+JyYbE5Q0aLZFG5QfIDeqaCkCmA Date: Wed, 29 May 2019 13:36:12 +0000 Message-ID: <61AFC727-02F7-4C2A-96CD-1B7BBB01D1DE@intel.com> References: <1559129358-2935-1-git-send-email-david.marchand@redhat.com> <1559129358-2935-2-git-send-email-david.marchand@redhat.com> In-Reply-To: <1559129358-2935-2-git-send-email-david.marchand@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.20.98] Content-Type: text/plain; charset="us-ascii" Content-ID: <70A6FED416DBA743B9E36C1D2D6BA923@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/5] net/tap: revert changes on rte_ prefixing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 May 29, 2019, at 6:29 AM, David Marchand w= rote: >=20 > This source is compiled as a bpf program out of dpdk. > Revert to structures/macros coming from libc. >=20 > Fixes: 6d13ea8e8e49 ("net: add rte prefix to ether structures") > Fixes: 24ac604ef746 ("net: add rte prefix to IP defines") >=20 > Signed-off-by: David Marchand > --- > drivers/net/tap/tap_bpf_program.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >=20 > diff --git a/drivers/net/tap/tap_bpf_program.c b/drivers/net/tap/tap_bpf_= program.c Did not test the whole patch, but the changes to TAP PMD seem reasonable. Ack just the TAP PMD changes. Acked-by Keith.Wiles Regards, Keith