From: Kshitiz Bartariya <[email protected]> 
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 <[email protected]>
>---
>This patch was previously discussed for the net tree:
>Link: 
>https://lore.kernel.org/lkml/[email protected]/
>
>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 <[email protected]>

One nit - you can add exact cmd collecting the stats to the commit msg

By any chance was it tested on real HW?

Reply via email to