> +++ 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 <m...@smartsharesystems.com>

Reply via email to