diff options
author | 2025-08-29 23:23:27 -0700 | |
---|---|---|
committer | 2025-09-01 12:51:05 -0700 | |
commit | 7000f4fa9b24ae2511b07babd0d49e888db5d265 (patch) | |
tree | 7196e20bf29974c9b50e25b5ad94ec6a8083d6a2 /tools/perf/scripts/python | |
parent | selftests: drv-net: csum: fix interface name for remote host (diff) | |
download | wireguard-linux-7000f4fa9b24ae2511b07babd0d49e888db5d265.tar.xz wireguard-linux-7000f4fa9b24ae2511b07babd0d49e888db5d265.zip |
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: c0c050c58d84 ("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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions