On Fri, 3 Oct 2025 12:01:57 +0100 Bruce Richardson <[email protected]> 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.

