RE: [PATCH net-next] ixgbe: implement get_queue_stats_rx
From: Jagielski, Jedrzej
Date: Tue Jun 02 2026 - 08:27:07 EST
From: Kshitiz Bartariya <kshitiz.bartariya@xxxxxxxxxxx>
Sent: Tuesday, June 2, 2026 12:09 PM
>Hook into the netdev_stat_ops interface to expose per RX queue
>statistics through the netdev generic netlink API.
>
>The following counters are filled:
>
> - alloc_fail: sum of alloc_rx_page_failed and alloc_rx_buff_failed
>
> - csum_bad: maps directly to csum_err, which is incremented for both
> IP header and L4 checksum errors in ixgbe_rx_checksum().
>
>Signed-off-by: Kshitiz Bartariya <kshitiz.bartariya@xxxxxxxxxxx>
>---
>This patch was previously discussed for the net tree:
>Link: https://lore.kernel.org/lkml/20260526074744.36315-1-kshitiz.bartariya@xxxxxxxxxxx/
>
>Sending to net-next as suggested by Jacob Keller and Aleksandr Loktionov.
>
>
> drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
LGTM
Reviewed-by: Jedrzej Jagielski <jedrzej.jagielski@xxxxxxxxx>
One nit - you can add exact cmd collecting the stats to the commit msg
By any chance was it tested on real HW?