[PATCH v3 3/7] ethdev: remove queue stats from ethdev stats structure
Stephen Hemminger
stephen at networkplumber.org
Thu Oct 16 00:14:28 CEST 2025
On Fri, 3 Oct 2025 12:01:57 +0100
Bruce Richardson <bruce.richardson at intel.com> wrote:
> +/* retrieve stats, and optionally queue stats from a device.
> + * Note: qstats parameter can be NULL if only port stats are requested.
> + */
> +int eth_stats_qstats_get(uint16_t port_id, struct rte_eth_stats *stats, struct eth_queue_stats *qstats);
> +
Need line break to keep checkpatch happy here.
More information about the dev
mailing list