RE: [PATCH v6] eal: add build-time option to omit trace

2024-10-06 Thread Morten Brørup
> From: Jerin Jacob [mailto:jerinjac...@gmail.com] > Sent: Monday, 7 October 2024 07.45 > > On Sun, Oct 6, 2024 at 7:44 PM Morten Brørup > wrote: > > > > Some applications want to omit the trace feature. > > Either to reduce the memory footprint, to reduce the exposed attack > > surface, or for o

Re: [PATCH v6] eal: add build-time option to omit trace

2024-10-06 Thread Jerin Jacob
On Sun, Oct 6, 2024 at 7:44 PM Morten Brørup wrote: > > Some applications want to omit the trace feature. > Either to reduce the memory footprint, to reduce the exposed attack > surface, or for other reasons. > > This patch adds an option in rte_config.h to include or omit trace in the > build. Tr