> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Ahmed Zaki > Sent: Friday, June 20, 2025 10:16 AM > To: [email protected] > Cc: [email protected]; Zaki, Ahmed <[email protected]>; Chittim, > Madhu <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next] idpf: preserve coalescing settings > across resets > > The IRQ coalescing config currently reside only inside struct idpf_q_vector. > However, all idpf_q_vector structs are de-allocated and re-allocated during > resets. This leads to user-set coalesce configuration to be lost. > > Add new fields to struct idpf_vport_user_config_data to save the user settings > and re-apply them after reset. > > Reviewed-by: Madhu Chittim <[email protected]> > Signed-off-by: Ahmed Zaki <[email protected]> > --- > 2.43.0
Tested-by: Samuel Salin <[email protected]>
