Re: Queries on DPDK Trace Library usage

2024-05-06 Thread Jerin Jacob
On Tue, Apr 30, 2024 at 8:31 PM NAGENDRA BALAGANI wrote: > > Hi Team / Jerin, > > > > I am trying to use DPDK Trace Library functionality in my DPDK application. > I've successfully observed the trace files being generated by invoking > rte_trace_save(), particularly when utilizing the EAL opti

Queries on DPDK Trace Library usage

2024-04-30 Thread NAGENDRA BALAGANI
Hi Team / Jerin, I am trying to use DPDK Trace Library functionality in my DPDK application. I've successfully observed the trace files being generated by invoking rte_trace_save(), particularly when utilizing the EAL option '--trace=.*' I found following statement in the programmer guide, Th