Re: [dpdk-dev] [PATCH 3/8] trace: simplify trace point headers

2020-05-03 Thread Jerin Jacob
On Mon, May 4, 2020 at 2:02 AM David Marchand wrote: > > Invert the current trace point headers logic by making > rte_trace_point_register.h include rte_trace_point.h. > > There is no more need for a RTE_TRACE_POINT_REGISTER_SELECT special macro > since including rte_trace_point_register.h itself

[dpdk-dev] [PATCH 3/8] trace: simplify trace point headers

2020-05-03 Thread David Marchand
Invert the current trace point headers logic by making rte_trace_point_register.h include rte_trace_point.h. There is no more need for a RTE_TRACE_POINT_REGISTER_SELECT special macro since including rte_trace_point_register.h itself means we want to register trace points. The unexplained "provide