aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorShruti Parab <shruti.parab@broadcom.com>2025-04-17 10:24:46 -0700
committerJakub Kicinski <kuba@kernel.org>2025-04-21 18:50:34 -0700
commitc21c8e1e4348315aa89f31dfa96c6f3ba3b9a5cf (patch)
tree565bfbd3decdce01ceb6e545b3cfe5aa536dcf07 /tools/perf/scripts/python/export-to-postgresql.py
parentbnxt_en: Change FW message timeout warning (diff)
downloadwireguard-linux-c21c8e1e4348315aa89f31dfa96c6f3ba3b9a5cf.tar.xz
wireguard-linux-c21c8e1e4348315aa89f31dfa96c6f3ba3b9a5cf.zip
bnxt_en: Report the ethtool coredump length after copying the coredump
ethtool first calls .get_dump_flags() to get the dump length. For coredump, the driver calls the FW to get the coredump length (L1). The min. of L1 and the user specified length is then passed to .get_dump_data() (L2) to get the coredump. The actual coredump length retrieved by the FW (L3) during .get_dump_data() may be smaller than L1. This length discrepancy will trigger a WARN_ON() in ethtool_get_dump_data(). ethtool has already vzalloc'ed a buffer with size L1. Just report the coredump length as L2 even though the actual coredump length L3 may be smaller. The extra zero padding does not matter. This will prevent the warning that may alarm the user. For correctness, only do the final length update if there is no error. Reviewed-by: Andy Gospodarek <andrew.gospodarek@broadcom.com> Reviewed-by: Damodharam Ammepalli <damodharam.ammepalli@broadcom.com> Signed-off-by: Shruti Parab <shruti.parab@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Link: https://patch.msgid.link/20250417172448.1206107-3-michael.chan@broadcom.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions