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

2023-01-30 Thread Sunil Kumar Kori
56.net; jasvinder.si...@intel.com; > cristian.dumitre...@intel.com; jgraj...@cisco.com; > m...@smartsharesystems.com; Ankur Dwivedi > Subject: [PATCH v7 2/6] ethdev: add trace points for ethdev (part one) > > Adds trace points for ethdev functions. > Moved the rte_ethdev_tr

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

2023-01-23 Thread Ankur Dwivedi
Adds trace points for ethdev functions. Moved the rte_ethdev_trace_rx_burst and rte_ethdev_trace_tx_burst to a new file rte_ethdev_trace_fp_burst.h. This is needed to resolve cyclic dependency between rte_ethdev.h and rte_ethdev_trace_fp.h. Signed-off-by: Ankur Dwivedi --- lib/ethdev/ethdev_priv