On Mon, Oct 7, 2024 at 1:46 PM Morten Brørup <m...@smartsharesystems.com> 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. Trace is included by default. > > Omitting trace works by omitting all trace points. > For API and ABI compatibility, the trace feature itself remains. > > Furthermore, a public function to determine if trace is build time enabled > is added; mainly for the benefit of the dpdk-test application. > > Signed-off-by: Morten Brørup <m...@smartsharesystems.com> > Acked-by: Stephen Hemminger <step...@networkplumber.org> > Acked-by: Jerin Jacob <jer...@marvell.com>
Series applied. Thanks Morten. -- David Marchand