> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Tony > Nguyen > Sent: Tuesday, October 8, 2024 3:14 AM > To: [email protected] > Cc: Kitszel, Przemyslaw <[email protected]>; Frederic Weisbecker > <[email protected]>; [email protected]; [email protected]; > Zaremba, Larysa <[email protected]> > Subject: [Intel-wired-lan] [RESEND PATCH iwl-next] ice: Unbind the workqueue > > From: Frederic Weisbecker <[email protected]> > > The ice workqueue doesn't seem to rely on any CPU locality and should > therefore be able to run on any CPU. In practice this is already happening > through the unbound ice_service_timer that may fire anywhere and queue the > workqueue accordingly to any CPU. > > Make this official so that the ice workqueue is only ever queued to > housekeeping CPUs on nohz_full. > > Signed-off-by: Frederic Weisbecker <[email protected]> > --- > Resend of: > https://lore.kernel.org/all/[email protected]/ > - Added IWL and netdev lists > > drivers/net/ethernet/intel/ice/ice_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
