Please find below NVIDIA roadmap for 25.03 release:
EAL change
=============
Improve PCI device string comparisons by using bus-specific parsing functions.
By comparing the parsed PCI address instances instead of the string representations,
the application can ensure consistent handling of PCI device numbers, regardless of the format used.
rte_ethdev new APIs
=================
Hairpin Queue Statistics query
Track detailed statistics for hairpin operations at the queue level, including counters on receive misses, transmission errors, and queue drops.
This enhanced monitoring capability enables improved debugging, telemetry collection, and performance tracking.
Hardware support and capabilities:
Net/mlx5 PMD updates
=====================
Network flows in FDB often lack directional indicators,
resulting in redundant flow entries created in both receive (Rx) and transmit (Tx) domains.
This has been changed with the introduction of a unified FDB approach which addresses the inefficiency.
Therefore, the unified FDB reduces the duplication of Tx / Rx tables in the FDB domain ,
optimize the performance and reduce memory usage to allow room for more offloads (increase total scale).
Probing time with hundreds of REPs is too long, this optimization is cashing the probing data and using a new kernel API.
Support eCPRI based on Flex Parser
Save the hops in Rx direction for performance, bypass NIC Rx domain
Introducing live tracing at multiple log levels for operations within the ipool, providing detailed visibility into its internal structures and processes.
This feature also includes checks for double malloc/free operations to enhance reliability and debuggability.
Test apps updates
=================
Support the changes in rte_flow listed above in testpmd.
Regards,
Maayan Kashani