From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 57998A0468 for ; Wed, 29 May 2019 15:36:30 +0200 (CEST) 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