> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of > Ahmed Zaki > Sent: Friday, June 20, 2025 10:16 AM > To: intel-wired-...@lists.osuosl.org > Cc: net...@vger.kernel.org; Zaki, Ahmed <ahmed.z...@intel.com>; Chittim, > Madhu <madhu.chit...@intel.com> > 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 <madhu.chit...@intel.com> > Signed-off-by: Ahmed Zaki <ahmed.z...@intel.com> > --- > 2.43.0
Tested-by: Samuel Salin <samuel.sa...@intel.com>