diff options
author | Ahmed Zaki <ahmed.zaki@intel.com> | 2025-06-20 11:15:48 -0600 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2025-07-18 09:02:27 -0700 |
commit | e1e3fec3e34b4934a9d2c98e4ee00a4d87b19179 (patch) | |
tree | 26c0b6467c20d42700c3d775e102a59826e7ba82 /drivers/net/ethernet/intel/ice/ice_common.c | |
parent | e831f9e276c51ab18e52fa007f2435b61c616274 (diff) |
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.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>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.c')
0 files changed, 0 insertions, 0 deletions