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 A3ACBA047A for ; Wed, 29 May 2019 16:26:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6BA771B958; Wed, 29 May 2019 16:26:05 +0200 (CEST) Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 83C821B956 for ; Wed, 29 May 2019 16:26:04 +0200 (CEST) Received: from lfbn-lil-1-768-100.w81-254.abo.wanadoo.fr ([81.254.99.100] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hVzZY-00036R-3V; Wed, 29 May 2019 16:28:57 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Wed, 29 May 2019 16:26:02 +0200 Date: Wed, 29 May 2019 16:26:02 +0200 From: Olivier Matz To: David Marchand Cc: dev@dpdk.org, ferruh.yigit@intel.com, thomas@monjalon.net, maxime.coquelin@redhat.com, stephen@networkplumber.org, Keith Wiles Message-ID: <20190529142602.rzonjcde265dm5s7@platinum> References: <1559129358-2935-1-git-send-email-david.marchand@redhat.com> <1559129358-2935-2-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559129358-2935-2-git-send-email-david.marchand@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) 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 Wed, May 29, 2019 at 01:29:15PM +0200, David Marchand wrote: > This source is compiled as a bpf program out of dpdk. > Revert to structures/macros coming from libc. > > Fixes: 6d13ea8e8e49 ("net: add rte prefix to ether structures") > Fixes: 24ac604ef746 ("net: add rte prefix to IP defines") > > Signed-off-by: David Marchand Reviewed-by: Olivier Matz