summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-07-16 17:56:35 -0700
committerJakub Kicinski <kuba@kernel.org>2025-07-16 17:56:36 -0700
commitcd031354087d8ae005404f0c552730f0bd33ac33 (patch)
treedb35cdb2d4cf2f2f6324f722cb86ccb94288e5c1 /tools/perf/scripts/python/event_analyzing_sample.py
parent727258025b933c61e103318ec42e765a53d9b18d (diff)
parent8890ee6dcf6e3d396677308553a8a57f29c7109e (diff)
downloadkernel-cd031354087d8ae005404f0c552730f0bd33ac33.tar.gz
Merge branch 'net-mlx5e-add-support-for-pcie-congestion-events'
Tariq Toukan says: ==================== net/mlx5e: Add support for PCIe congestion events Dragos says: PCIe congestion events are events generated by the firmware when the device side has sustained PCIe inbound or outbound traffic above certain thresholds. The high and low threshold are hysteresis thresholds to prevent flapping: once the high threshold has been reached, a low threshold event will be triggered only after the bandwidth usage went below the low threshold. This series adds support for receiving and exposing such events as ethtool counters. 2 new pairs of counters are exposed: pci_bw_in/outbound_high/low. These should help the user understand if the device PCI is under pressure. Planned followup patches: - Allow configuration of thresholds through devlink. - Add ethtool counter for wakeups which did not result in any state change. ==================== Link: https://patch.msgid.link/1752589821-145787-1-git-send-email-tariqt@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
tforms/40x?h=linux-6.12.y&id=379865d63cb97f8e8241724aae48e795a6b7cb10'>[POWERPC] 4xx: Add PCI to Walnut platformBenjamin Herrenschmidt 2007-12-23[POWERPC] 4xx: EP405 boards support for arch/powerpcBenjamin Herrenschmidt 2007-11-19[POWERPC] 4xx: Replace #includes of asm/of_platform.h with linux/of_platform.h.Jon Loeliger 2007-10-19[POWERPC] 4xx: Enable EMAC for PPC405 Walnut boardJosh Boyer 2007-10-11[POWERPC] 4xx: Add AMCC Kilauea eval board support to platforms/40xStefan Roese 2007-10-11[POWERPC] Remove empty ppc_md.setup_arch hooksGrant Likely 2007-10-03[POWERPC] Virtex: Add generic Xilinx Virtex board supportGrant Likely 2007-10-03[POWERPC] Virtex: Add Kconfig macros for Xilinx Virtex board supportGrant Likely 2007-09-07[POWERPC] Walnut board supportJosh Boyer 2007-08-20[POWERPC] 4xx Kconfig cleanupJosh Boyer 2007-08-20[POWERPC] Rename 4xx paths to 40xJosh Boyer