From: Simon Horman <horms@kernel.org>
To: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Cc: netdev@vger.kernel.org,
Jesse Brandeburg <jesse.brandeburg@intel.com>,
Tony Nguyen <anthony.l.nguyen@intel.com>,
Simon Horman <horms@kernel.org>,
intel-wired-lan@lists.osuosl.org
Subject: Re: [Intel-wired-lan] [PATCH iwl-next v2] ice: split ice_aq_wait_for_event() func into two
Date: Sat, 5 Aug 2023 10:03:54 +0200 [thread overview]
Message-ID: <ZM4CajvI1uNYRNf0@vergenet.net> (raw)
In-Reply-To: <385c8607-bc52-af0b-829a-5b058f4a152d@intel.com>
On Fri, Aug 04, 2023 at 04:54:48PM +0200, Przemek Kitszel wrote:
> On 8/4/23 16:35, Simon Horman wrote:
> > On Thu, Aug 03, 2023 at 11:13:47AM -0400, Przemek Kitszel wrote:
> > > Mitigate race between registering on wait list and receiving
> > > AQ Response from FW.
> > >
> > > ice_aq_prep_for_event() should be called before sending AQ command,
> > > ice_aq_wait_for_event() should be called after sending AQ command,
> > > to wait for AQ Response.
> > >
> > > struct ice_aq_task is exposed to callers, what takes burden of memory
> > > ownership out from AQ-wait family of functions.
> > >
> > > Embed struct ice_rq_event_info event into struct ice_aq_task
> > > (instead of it being a ptr), to remove some more code from the callers.
>
> see [1] below
>
> > >
> > > Additional fix: one of the checks in ice_aq_check_events() was off by one.
> >
> > Hi Przemek,
> >
> > This patch seems to be doing three things:
> >
> > 1. Refactoring code, in order to allow
> > 2. Addressing a race condition
>
> those two are hard to split, perhaps some shuffling of code prior to actual
> 2., eg [1] above.
Sure, that is a reasonable point.
> > 3. Correcting an off-by-one error
>
> That's literally one line-fix, which would be overwritten/touched by next
> patch then.
True. But it also a bit hard to find in the current setup.
Anyway, I don't feel particularly strongly about this,
it was more a point for consideration.
> > All good stuff. But all complex, and 1 somewhat buries 2 and 3.
> > I'm wondering if the patch could be broken up into smaller patches
> > to aid both review new and inspection later.
>
> Overall, I've started with more patches locally when developing that, and
> with "avoid trashing" principle concluded to squash.
> Still, I agree that next attempt at splitting would be beneficial, will post
> v3.
>
> >
> > The above notwithstanding, the code does seems fine to me.
> >
> > > Please note, that this was found by reading the code,
> > > an actual race has not yet materialized.
> >
> > Sure. But I do wonder if a fixes tag might be appropriate anyway.
>
> For this off-by-one, (3. on your list) sure.
>
> For the race (2.), I think it's not so good - ice_aq_wait_for_event() was
> introduced to handle FW update that is counted in seconds, so the race was
> theoretical in that scenario. Later we started adding new usages to
> (general, in principle) waiting "API", with more to come, so still worth
> "fixing".
Understood.
I think this does make me lean towards 3. being better off a separate patch.
But it's your call.
> > > Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
>
> Anyway, let's see what v3 will bring :)
:)
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
prev parent reply other threads:[~2023-08-05 8:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 15:13 [Intel-wired-lan] [PATCH iwl-next v2] ice: split ice_aq_wait_for_event() func into two Przemek Kitszel
2023-08-04 14:35 ` Simon Horman
2023-08-04 14:54 ` Przemek Kitszel
2023-08-05 8:03 ` Simon Horman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZM4CajvI1uNYRNf0@vergenet.net \
--to=horms@kernel.org \
--cc=anthony.l.nguyen@intel.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jesse.brandeburg@intel.com \
--cc=netdev@vger.kernel.org \
--cc=przemyslaw.kitszel@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox