Re: [PATCH v2 0/2] bug fix in ethdev trace

2023-03-03 Thread Ferruh Yigit
On 3/3/2023 11:31 AM, Ankur Dwivedi wrote: > The first patch in this series adds fix for bug and coverity. > The second patch makes change to pass structure pointer instead of the > structure value, to avoid 64 bytes copy in function call stack for > rte_eth_trace_xstats_get_names. > > v2: > - Rem

[PATCH v2 0/2] bug fix in ethdev trace

2023-03-03 Thread Ankur Dwivedi
The first patch in this series adds fix for bug and coverity. The second patch makes change to pass structure pointer instead of the structure value, to avoid 64 bytes copy in function call stack for rte_eth_trace_xstats_get_names. v2: - Removed null pointer reference in rte_eth_trace_read_clock a