Hi Remy, > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Remy Horton > Sent: Wednesday, March 29, 2017 7:29 PM > To: [email protected] > Cc: Thomas Monjalon <[email protected]> > Subject: [dpdk-dev] [PATCH v13 3/6] lib: add bitrate statistics library > > +++ b/lib/librte_bitratestats/Makefile > @@ -0,0 +1,53 @@ > +include $(RTE_SDK)/mk/rte.vars.mk > + > +# library name > +LIB = librte_bitratestats.a > + > +CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) > +
Just recheck this for adding -O3. No other comments Thanks, Reshma

