From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id EE957C4C6 for ; Wed, 24 Jun 2015 20:06:18 +0200 (CEST) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Z7p3u-00027k-Un; Wed, 24 Jun 2015 14:06:17 -0400 Date: Wed, 24 Jun 2015 14:06:09 -0400 From: Neil Horman To: "Mcnamara, John" Message-ID: <20150624180608.GB31530@hmsreliant.think-freely.org> References: <1435088014-18973-1-git-send-email-nhorman@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 1/2] rte_compat.h : Clean up some typos X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 18:06:19 -0000 On Wed, Jun 24, 2015 at 11:23:26AM +0000, Mcnamara, John wrote: > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Neil Horman > > Sent: Tuesday, June 23, 2015 8:34 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH 1/2] rte_compat.h : Clean up some typos > > > > Clean up some macro definition typos and comments > > Hi, > > There is a similar patch here: > > http://dpdk.org/dev/patchwork/patch/5709/ > > The other patch also removes the #ifdef RTE_BUILD_SHARED_LIB. > > John. > -- > > Yeah, I just NAK'ed that one, as it improperly removes the empty macro definitions for use when you are doing a static build. We need to keep that in place so we dont' go aliasing symbols when were not supposed to Neil