Re: [PATCH iwl-net] ice: restore double VLAN port parameters on devlink reload
From: Simon Horman
Date: Wed Sep 23 2026 - 03:14:00 EST
On Mon, Sep 21, 2026 at 12:00:00PM +0200, Petr Oros wrote:
> Set Port Parameters with the double VLAN flag is issued from probe and
> from ice_rebuild(), but not from the devlink reinit path. ice_init_hw()
> resets the PF there and the port ends up in single VLAN mode while the
> driver keeps operating in DVM, so outer VLAN tags requested through the
> Tx descriptor by the PF and by VFs are silently not inserted until the
> next probe.
>
> Move the call into ice_init_dev(), which is shared by probe and reinit.
>
> Fixes: 31c8db2c4fa7 ("ice: implement devlink reinit action")
> Signed-off-by: Petr Oros <poros@xxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>