bnxt_en: fix incorrect page count in RX aggr ring log
The warning in bnxt_alloc_one_rx_ring_netmem() reports the number of pages allocated for the RX aggregation ring. However, it mistakenly used bp->rx_ring_size instead of bp->rx_agg_ring_size, leading to confusing or misleading log output. Use the correct bp->rx_agg_ring_size value to fix this. Fixes: c0c050c5 ("bnxt_en: New Broadcom ethernet driver.") Signed-off-by:Alok Tiwari <alok.a.tiwari@oracle.com> Reviewed-by:
Jacob Keller <jacob.e.keller@intel.com> Reviewed-by:
Michael Chan <michael.chan@broadcom.com> Reviewed-by:
Somnath Kotur <somnath.kotur@broadcom.com> Link: https://patch.msgid.link/20250830062331.783783-1-alok.a.tiwari@oracle.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org>
Loading
Please sign in to comment