On Fri, Mar 27, 2026 at 11:29:54AM +0000, Bruce Richardson wrote:
> On Wed, Mar 25, 2026 at 04:39:58PM +0000, Vladimir Medvedkin wrote:
> > When global RSS LUT is enabled, get/set RSS LUT still uses PF LUT
> > parameters in AQ commands, with lut_type set to PF and global_lut_id 0.
> > As a result, the operation may target the wrong LUT.
> >
> > Use global LUT parameters when global LUT is allocated for the VSI,
> > and keep PF LUT parameters otherwise.
> >
> > Fixes: 193a11ffd3e6 ("net/ice: adjust RSS LUT settings")
> > Cc: [email protected]
> >
> > Signed-off-by: Vladimir Medvedkin <[email protected]>
> > ---
> Acked-by: Bruce Richardson <[email protected]>
>
Applied to next-net-intel.
Thanks,
/Bruce