Files
linux/drivers/net/ethernet/intel/ice
Michal Kubiak b1a0c977c6 ice: fix incorrect counter for buffer allocation failures
Currently, the driver increments `alloc_page_failed` when buffer allocation fails
in `ice_clean_rx_irq()`. However, this counter is intended for page allocation
failures, not buffer allocation issues.

This patch corrects the counter by incrementing `alloc_buf_failed` instead,
ensuring accurate statistics reporting for buffer allocation failures.

Fixes: 2fba7dc515 ("ice: Add support for XDP multi-buffer on Rx side")
Reported-by: Jacob Keller <jacob.e.keller@intel.com>
Suggested-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Michal Kubiak <michal.kubiak@intel.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Tested-by: Priya Singh <priyax.singh@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2025-08-25 09:45:23 -07:00
..
2025-07-25 10:29:07 -07:00
2024-02-02 09:13:13 -08:00
2025-07-18 09:02:28 -07:00
2025-07-24 09:40:49 -07:00
2025-06-27 16:38:02 -07:00
2025-07-24 09:40:49 -07:00
2025-07-24 09:40:49 -07:00
2025-02-05 09:04:57 -08:00
2024-04-22 13:05:19 -07:00
2025-07-24 09:40:49 -07:00
2025-07-24 09:40:49 -07:00