> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Przemek Kitszel > Sent: 12 September 2025 18:36 > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: [email protected]; Simon Horman <[email protected]>; Kitszel, > Przemyslaw <[email protected]>; Keller, Jacob E > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 5/9] ice: move udp_tunnel_nic and > misc IRQ setup into ice_init_pf() > > Move udp_tunnel_nic setup and ice_req_irq_msix_misc() call into > ice_init_pf(), remove some redundancy in the former while moving. > > Move ice_free_irq_msix_misc() call into ice_deinit_pf(), to mimic the above > in terms of needed cleanup. Guard it via emptiness check, to keep the > allowance of half-initialized pf being cleaned up. > > Signed-off-by: Przemek Kitszel <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_main.c | 58 +++++++++++------------ > 1 file changed, 28 insertions(+), 30 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
