The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH platform-next v2 0/2] Support for handling interrupt storm
@ 2025-09-23 10:44 Ciju Rajan K
  2025-09-23 10:44 ` [PATCH platform-next v2 1/2] [PATCH platform-next 1/2] platform_data/mlxreg: Add fields for interrupt storm handling Ciju Rajan K
  2025-09-23 10:44 ` [PATCH platform-next v2 2/2] [PATCH platform-next 2/2] platform/mellanox: mlxreg-hotplug: Add support for handling interrupt storm Ciju Rajan K
  0 siblings, 2 replies; 7+ messages in thread
From: Ciju Rajan K @ 2025-09-23 10:44 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen, tglx, andriy.shevchenko, linux-kernel
  Cc: christophe.jaillet, platform-driver-x86, vadimp, Ciju Rajan K

This patcheset contain:
 Patch #1 Add fields for interrupt storm handling
 Patch #2 Add support for handling interrupt storm

v0->v2

Comments pointed out by Ilpo:
- Renamed the macro MLXREG_HOTPLUG_WM_WINDOW to MLXREG_HOTPLUG_WM_WINDOW_MS to indicate milli seconds
- Removed the timestamp stored in wmark_high_ts and used jiffies directly
- Calculating the time window and storing it in the new variable wmark_window.
- Removed the variables wmark_low_ts and wmark_high_ts
- Used continue statement inside the time window check

Changes added by Ciju:
- Renamed variable wmark_low_cntr to wmark_cntr
- Fixed the time window to check for interrupt storm

Ciju Rajan K (2):
  platform_data/mlxreg: Add fields for interrupt storm handling
  platform/mellanox: mlxreg-hotplug: Add support for handling interrupt
    storm

 drivers/platform/mellanox/mlxreg-hotplug.c | 32 ++++++++++++++++++++--
 include/linux/platform_data/mlxreg.h       |  6 ++++
 2 files changed, 36 insertions(+), 2 deletions(-)

-- 
2.47.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-09-23 12:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23 10:44 [PATCH platform-next v2 0/2] Support for handling interrupt storm Ciju Rajan K
2025-09-23 10:44 ` [PATCH platform-next v2 1/2] [PATCH platform-next 1/2] platform_data/mlxreg: Add fields for interrupt storm handling Ciju Rajan K
2025-09-23 10:58   ` Ilpo Järvinen
2025-09-23 12:10     ` Ciju Rajan K
2025-09-23 10:44 ` [PATCH platform-next v2 2/2] [PATCH platform-next 2/2] platform/mellanox: mlxreg-hotplug: Add support for handling interrupt storm Ciju Rajan K
2025-09-23 10:54   ` Ilpo Järvinen
2025-09-23 12:09     ` Ciju Rajan K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox