Re: [dpdk-dev] [PATCH v3 33/33] doc: add trace library guide

2020-04-01 Thread Jerin Jacob
On Wed, Apr 1, 2020 at 8:27 PM Thomas Monjalon wrote: > > Hi, > > I did not review the code. > I want to understand the design first, I don't intend to write this as a low-level design document. I would suggest please look into API documentation in the first trace patch. http://patches.dpdk.org/p

Re: [dpdk-dev] [PATCH v3 33/33] doc: add trace library guide

2020-04-01 Thread Thomas Monjalon
Hi, I did not review the code. I want to understand the design first, and I start with the user documentation. John, Marko, who is going to review this new documentation? I think we need some help for syntax and phrasing here. Thanks > +Trace Library > += > + > +DPDK provides a trac

[dpdk-dev] [PATCH v3 33/33] doc: add trace library guide

2020-03-29 Thread jerinj
From: Sunil Kumar Kori Add programmar's guide for trace library support. Signed-off-by: Sunil Kumar Kori Signed-off-by: Jerin Jacob --- doc/guides/prog_guide/index.rst| 1 + doc/guides/prog_guide/trace_lib.rst| 265 + doc/guides/rel_notes/release_20_05.rs