Re: [Intel-wired-lan] [RESEND PATCH iwl-next] ice: Unbind the workqueue

2024-10-17 Thread Pucha, HimasekharX Reddy
remba, Larysa > Subject: [Intel-wired-lan] [RESEND PATCH iwl-next] ice: Unbind the workqueue > > From: Frederic Weisbecker > > 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 happenin

[Intel-wired-lan] [RESEND PATCH iwl-next] ice: Unbind the workqueue

2024-10-07 Thread Tony Nguyen
From: Frederic Weisbecker 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 offici