On Fri, 3 Oct 2025 12:02:01 +0100 Bruce Richardson <[email protected]> wrote:
> diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 4b9da99484..4df0e83de2 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -68,6 +68,12 @@ Deprecation Notices > and the header struct ``rte_vxlan_gpe_hdr`` with the macro > ``RTE_ETHER_VXLAN_GPE_HLEN`` > will be removed in DPDK 25.11. > > +* ethdev: The queue stats mapping functions > + ``rte_eth_dev_set_tx_queue_stats_mapping`` and > ``rte_eth_dev_set_rx_queue_stats_mapping`` > + are deprecated and will be removed in a future release. > + Following the removal of queue statistics from the main ethdev statistics > struture, Spelling of structure needs to be fixed. > + these functions are no longer needed. > +

