Dani Liberman cd21701cde habanalabs: use single threaded WQ for event handling
Creating event queue workqueue using alloc_workqueue made it run in
multi threaded mode, which caused parallel dumping of events as well as
parallel events notifying to user, causing logs with multiple
events to be out of order.

Fixed by creating event queue workqueue as single threaded work queue.

Signed-off-by: Dani Liberman <dliberman@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
2022-11-23 16:13:46 +02:00
..
2022-09-26 19:46:20 -07:00
2022-10-03 17:24:22 -07:00
2021-05-13 17:03:20 +02:00
2022-08-16 12:46:26 +02:00
2022-09-05 07:53:56 +02:00
2021-10-05 15:47:18 +02:00
2022-09-01 17:42:27 -04:00