On Wed, Jun 10, 2026 at 03:34:27PM +0100, Loftus, Ciara wrote:
> > Subject: [PATCH v3] net/iavf: fix to consolidate link change event handling
> >
> > Handled link-change events through a common static function that
> > reads the correct advanced & legacy link fields properly and
> > updates no-poll/watchdog/LSC state consistently.
> >
> > Fixes: 5e03e316c753 ("net/iavf: handle virtchnl event message without
> > interrupt")
> > Fixes: 48de41ca11f0 ("net/avf: enable link status update")
> > Cc: [email protected]
> >
> > Signed-off-by: Anurag Mandal <[email protected]>
>
> Thanks Anurag.
>
> Acked-by: Ciara Loftus <[email protected]>
>
Just to confirm something here: does this change fix an actual underlying
issue, or is it just a code cleanup? If the latter we probably don't want
to backport it, but if it is a bug-fix, I'd like to include some details in
the commit log of what the observed issue was.
Thanks,
/Bruce