Re: [dpdk-dev] [PATCH v7 28/32] ethdev: add tracepoints

2020-04-22 Thread Akhil Goyal
> > > > CFLAGS += -O3 > > CFLAGS += $(WERROR_FLAGS) > > +CFLAGS += -DALLOW_EXPERIMENTAL_API > > > Adding DALLOW_EXPERIMENTAL_API in cflags is no more required for each app. > It is globally controlled now. Sorry my bad... That was for internal libs and PMDs. Apps still need that.

Re: [dpdk-dev] [PATCH v7 28/32] ethdev: add tracepoints

2020-04-22 Thread Akhil Goyal
> > From: Sunil Kumar Kori > > Add tracepoints at important and mandatory APIs for tracing support. > > Signed-off-by: Sunil Kumar Kori > --- > examples/cmdline/Makefile | 1 + > examples/cmdline/meson.build | 1 + > examples/distributor/Makefile

[dpdk-dev] [PATCH v7 28/32] ethdev: add tracepoints

2020-04-22 Thread jerinj
From: Sunil Kumar Kori Add tracepoints at important and mandatory APIs for tracing support. Signed-off-by: Sunil Kumar Kori --- examples/cmdline/Makefile | 1 + examples/cmdline/meson.build | 1 + examples/distributor/Makefile | 1 + exam