Please find below NVIDIA roadmap for 25.07 release:
EAL change
=============
Improve PCI device string comparisons by using bus-specific parsing functions.
Ensure consistent handling of PCI device numbers, regardless of the format used by comparing the parsed PCI
address instances instead of the string representations.
Net/mlx5 PMD updates
=====================
Optimize Tx datapath performance by changing Tx inner buffers allocation and alignment in memory.
Adding new xstats counters for debugging memory usage and allocations.
has been added as a beta feature, serving as a preview for future NICs (e.g., ConnectX-9+),
where legacy rte_flow will no longer be supported,
and will be exchanged with the [already available] template async interface.
While this mode is compatible with older NICs (prior to ConnectX-9),
it is not recommended since existing legacy mode delivers better performance.
Developers are strongly encouraged to transition to the template API for both
superior performance and access to an enhanced feature set.
Listen to the kernel events and remove needed SFs/VFs representors.
Enable fallback to any socket to support cross NUMA memory allocations during initialization.
Doc
=======
Updated mlx5 documentation with feature description and usage examples.
Regards,
Maayan Kashani