mbox series

[0/3] Some updates for HiSilicon PCIe PMU

Message ID 20240829090332.28756-1-yangyicong@huawei.com (mailing list archive)
Headers show
Series Some updates for HiSilicon PCIe PMU | expand

Message

Yicong Yang Aug. 29, 2024, 9:03 a.m. UTC
From: Yicong Yang <yangyicong@hisilicon.com>

This series include several updates for the HiSilicon PCIe PMU:
- PATCH 1/3 fixes error counts if user specifies a unsupported events
- PATCH 2/3 fixes unsupport of TLP headers only bandwidth counting
- PATCH 3/3 further export the Root Ports BDF range supported by the PMU

Yicong Yang (3):
  drivers/perf: hisi_pcie: Record hardware counts correctly
  drivers/perf: hisi_pcie: Fix TLP headers bandwidth counting
  drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min,
    bdf_max]

 .../admin-guide/perf/hisi-pcie-pmu.rst        |  4 ++-
 drivers/perf/hisilicon/hisi_pcie_pmu.c        | 34 ++++++++++++++++++-
 2 files changed, 36 insertions(+), 2 deletions(-)

Comments

Will Deacon Aug. 30, 2024, 4:12 p.m. UTC | #1
On Thu, 29 Aug 2024 17:03:29 +0800, Yicong Yang wrote:
> This series include several updates for the HiSilicon PCIe PMU:
> - PATCH 1/3 fixes error counts if user specifies a unsupported events
> - PATCH 2/3 fixes unsupport of TLP headers only bandwidth counting
> - PATCH 3/3 further export the Root Ports BDF range supported by the PMU
> 
> Yicong Yang (3):
>   drivers/perf: hisi_pcie: Record hardware counts correctly
>   drivers/perf: hisi_pcie: Fix TLP headers bandwidth counting
>   drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min,
>     bdf_max]
> 
> [...]

Applied to arm64 (for-next/perf), thanks!

[1/3] drivers/perf: hisi_pcie: Record hardware counts correctly
      https://git.kernel.org/arm64/c/daecd3373a16
[2/3] drivers/perf: hisi_pcie: Fix TLP headers bandwidth counting
      https://git.kernel.org/arm64/c/17bf68aeb364
[3/3] drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max]
      https://git.kernel.org/arm64/c/d1c93d5c67eb

Cheers,