idpf: preserve coalescing settings across resets
[ Upstream commit e1e3fec3 ] 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.chittim@intel.com> Signed-off-by:
Ahmed Zaki <ahmed.zaki@intel.com> Reviewed-by:
Simon Horman <horms@kernel.org> Reviewed-by:
Willem de Bruijn <willemb@google.com> Tested-by:
Samuel Salin <Samuel.salin@intel.com> Signed-off-by:
Tony Nguyen <anthony.l.nguyen@intel.com> Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment