RE: [PATCH v11 0/6] add trace points in ethdev library

2023-02-27 Thread Ankur Dwivedi
>> Subject: [PATCH v11 0/6] add trace points in ethdev library >> >> This series adds trace points for functions in the ethdev library. >> The trace points are added in ethdev, flow, mtr and tm files. >> > >Hi Ankur, > >Testpmd segfaults at startup in de

RE: [PATCH v11 0/6] add trace points in ethdev library

2023-02-26 Thread Ali Alnubani
ail.com; gr...@u256.net; > jasvinder.si...@intel.com; cristian.dumitre...@intel.com; > jgraj...@cisco.com; m...@smartsharesystems.com; Ankur Dwivedi > > Subject: [PATCH v11 0/6] add trace points in ethdev library > > This series adds trace points for functions in the ethdev library. > The trace

Re: [PATCH v11 0/6] add trace points in ethdev library

2023-02-08 Thread Ferruh Yigit
On 2/8/2023 5:12 PM, Ankur Dwivedi wrote: > This series adds trace points for functions in the ethdev library. > The trace points are added in ethdev, flow, mtr and tm files. > > v11: > - Added rte_trace_point_emit_blob to capture mac address list in >rte_ethdev_trace_set_mc_addr_list tracepo

[PATCH v11 0/6] add trace points in ethdev library

2023-02-08 Thread Ankur Dwivedi
This series adds trace points for functions in the ethdev library. The trace points are added in ethdev, flow, mtr and tm files. v11: - Added rte_trace_point_emit_blob to capture mac address list in rte_ethdev_trace_set_mc_addr_list tracepoint. - Added ack by Ori in patch (4/6) ethdev: add