[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
<SN7PR12MB73249D16A95B8C87E9B8AE5FD61DA@SN7PR12MB7324.namprd12.prod.outlook.com>
Date: Tue, 23 Sep 2025 12:10:04 +0000
From: Ciju Rajan K <crajank@...dia.com>
To: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
CC: "hdegoede@...hat.com" <hdegoede@...hat.com>, "tglx@...utronix.de"
<tglx@...utronix.de>, Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
LKML <linux-kernel@...r.kernel.org>, "christophe.jaillet@...adoo.fr"
<christophe.jaillet@...adoo.fr>, "platform-driver-x86@...r.kernel.org"
<platform-driver-x86@...r.kernel.org>, Vadim Pasternak <vadimp@...dia.com>
Subject: RE: [PATCH platform-next v2 1/2] [PATCH platform-next 1/2]
platform_data/mlxreg: Add fields for interrupt storm handling
Hi Ilpo,
Thanks for the review.
> > struct mlxreg_core_item {
> > struct mlxreg_core_data *data;
> > @@ -180,6 +185,7 @@ struct mlxreg_core_item {
> > u8 ind;
> > u8 inversed;
> > u8 health;
> > + u32 storming_bits;
> > };
> >
> > /**
> >
>
> I don't know what's the benefit of having this as a separate patch, the
> fields are getting used in patch 2 so it would feel natural to introduce
> them there so the entire change would end up into the same commit.
Combined into a single patch.
Thanks
Ciju
Powered by blists - more mailing lists