On Wed, Jun 24, 2015 at 11:23:26AM +0000, Mcnamara, John wrote: > > -----Original Message----- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Neil Horman > > Sent: Tuesday, June 23, 2015 8:34 PM > > To: dev at 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