Re: [dpdk-dev] [PATCH v1 13/32] eal/trace: implement provider payload

2020-03-23 Thread Jerin Jacob
On Fri, Mar 20, 2020 at 12:58 AM Mattias Rönnblom wrote: Thanks for the review. > > On 2020-03-18 20:02, jer...@marvell.com wrote: > > From: Jerin Jacob > > > > The trace function payloads such as rte_trace_ctf_* have > > dual functions. The first to emit the payload for the registration > > fu

Re: [dpdk-dev] [PATCH v1 13/32] eal/trace: implement provider payload

2020-03-19 Thread Mattias Rönnblom
On 2020-03-18 20:02, jer...@marvell.com wrote: > From: Jerin Jacob > > The trace function payloads such as rte_trace_ctf_* have > dual functions. The first to emit the payload for the registration > function and the second one to act as trace mem emitters aka > provider payload. > > When it used a

[dpdk-dev] [PATCH v1 13/32] eal/trace: implement provider payload

2020-03-18 Thread jerinj
From: Jerin Jacob The trace function payloads such as rte_trace_ctf_* have dual functions. The first to emit the payload for the registration function and the second one to act as trace mem emitters aka provider payload. When it used as provider payload, those function copy the trace field to tr