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
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