RE: [PATCH v11 2/6] ethdev: add trace points for ethdev (part one)

2023-02-16 Thread Li, WeiyuanX
@redhat.com; Xia, Chenbo ; > Webster, Steven ; Peters, Matt > ; Richardson, Bruce > ; mtetsu...@gmail.com; gr...@u256.net; > Singh, Jasvinder ; Dumitrescu, Cristian > ; jgraj...@cisco.com; > m...@smartsharesystems.com; Ankur Dwivedi > Subject: [PATCH v11 2/6] ethdev: add tr

[PATCH v11 2/6] ethdev: add trace points for ethdev (part one)

2023-02-08 Thread Ankur Dwivedi
Adds trace points for ethdev functions. The rte_ethdev_trace.h is removed. The file ethdev_trace.h is added as an internal header. ethdev_trace.h contains internal slow path and fast path tracepoints. The public fast path tracepoints are present in rte_ethdev_trace_fp.h header. Signed-off-by: Ank