Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/mellanox: mlxbf-pmc: Fix duplicate event ID for CACHE_DATA1

same ID (103) was assigned to both GDC_BANK0_G_RSE_PIPE_CACHE_DATA0
and GDC_BANK0_G_RSE_PIPE_CACHE_DATA1. This could lead to incorrect
event mapping.
Updated the ID to 104 to ensure uniqueness.

Fixes: 423c3361855c ("platform/mellanox: mlxbf-pmc: Add support for BlueField-3")
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: David Thompson <davthompson@nvidia.com>
Link: https://lore.kernel.org/r/20250619060502.3594350-1-alok.a.tiwari@oracle.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Alok Tiwari and committed by
Ilpo Järvinen
173bbec6 b511bbfe

+1 -1
+1 -1
drivers/platform/mellanox/mlxbf-pmc.c
··· 715 715 {101, "GDC_BANK0_HIT_DCL_PARTIAL"}, 716 716 {102, "GDC_BANK0_EVICT_DCL"}, 717 717 {103, "GDC_BANK0_G_RSE_PIPE_CACHE_DATA0"}, 718 - {103, "GDC_BANK0_G_RSE_PIPE_CACHE_DATA1"}, 718 + {104, "GDC_BANK0_G_RSE_PIPE_CACHE_DATA1"}, 719 719 {105, "GDC_BANK0_ARB_STRB"}, 720 720 {106, "GDC_BANK0_ARB_WAIT"}, 721 721 {107, "GDC_BANK0_GGA_STRB"},