[PATCH] ethdev: optimize activation of fast-path tracepoints
Morten Brørup
mb at smartsharesystems.com
Fri Sep 13 21:47:59 CEST 2024
> +++ b/lib/ethdev/version.map
> @@ -207,7 +207,8 @@ EXPERIMENTAL {
> rte_flow_dev_dump;
>
> # added in 20.05
> - __rte_ethdev_trace_rx_burst;
> + __rte_ethdev_trace_rx_burst_empty;
> + __rte_ethdev_trace_rx_burst_nonempty;
These two should be moved down below "# added in 24.11" (which is not yet there, so should be added too).
And I don't know why __rte_eth_trace_call_rx_callbacks is not in the version.map file, but I suppose these should be added too:
+ __rte_eth_trace_call_rx_callbacks_empty
+ __rte_eth_trace_call_rx_callbacks_nonempty
Everything else looks good.
With version.map corrected,
Acked-by: Morten Brørup <mb at smartsharesystems.com>
More information about the dev
mailing list