Re: [PATCH v1 16/20] node_device_udev: Use a worker pool for processing events and emitting nodedev event

2024-04-26 Thread Marc Hartmayer
On Fri, Apr 19, 2024 at 04:49 PM +0200, Marc Hartmayer wrote: > Use a worker pool for processing the events (e.g. udev, mdevctl config > changes) > and the initialization instead of a separate initThread and a mdevctl-thread. > This has the large advantage that we can leverage the job API and

Re: [PATCH v1 16/20] node_device_udev: Use a worker pool for processing events and emitting nodedev event

2024-04-22 Thread Boris Fiuczynski
With the too-many-rebase-add-change and the additional comment explaining why currently only one worker must be used Reviewed-by: Boris Fiuczynski On 4/19/24 16:49, Marc Hartmayer wrote: Use a worker pool for processing the events (e.g. udev, mdevctl config changes) and the initialization

Re: [PATCH v1 16/20] node_device_udev: Use a worker pool for processing events and emitting nodedev event

2024-04-22 Thread Daniel P . Berrangé
On Mon, Apr 22, 2024 at 02:45:52PM +0200, Marc Hartmayer wrote: > On Fri, Apr 19, 2024 at 04:49 PM +0200, Marc Hartmayer > wrote: > > Use a worker pool for processing the events (e.g. udev, mdevctl config > > changes) > > and the initialization instead of a separate initThread and a > >

Re: [PATCH v1 16/20] node_device_udev: Use a worker pool for processing events and emitting nodedev event

2024-04-22 Thread Marc Hartmayer
On Fri, Apr 19, 2024 at 04:49 PM +0200, Marc Hartmayer wrote: > Use a worker pool for processing the events (e.g. udev, mdevctl config > changes) > and the initialization instead of a separate initThread and a mdevctl-thread. > This has the large advantage that we can leverage the job API and

Re: [PATCH v1 16/20] node_device_udev: Use a worker pool for processing events and emitting nodedev event

2024-04-19 Thread Jonathon Jongsma
On 4/19/24 11:04 AM, Marc Hartmayer wrote: On Fri, Apr 19, 2024 at 04:49 PM +0200, Marc Hartmayer wrote: Use a worker pool for processing the events (e.g. udev, mdevctl config changes) and the initialization instead of a separate initThread and a mdevctl-thread. This has the large advantage

Re: [PATCH v1 16/20] node_device_udev: Use a worker pool for processing events and emitting nodedev event

2024-04-19 Thread Marc Hartmayer
On Fri, Apr 19, 2024 at 04:49 PM +0200, Marc Hartmayer wrote: > Use a worker pool for processing the events (e.g. udev, mdevctl config > changes) > and the initialization instead of a separate initThread and a mdevctl-thread. > This has the large advantage that we can leverage the job API and

[PATCH v1 16/20] node_device_udev: Use a worker pool for processing events and emitting nodedev event

2024-04-19 Thread Marc Hartmayer
Use a worker pool for processing the events (e.g. udev, mdevctl config changes) and the initialization instead of a separate initThread and a mdevctl-thread. This has the large advantage that we can leverage the job API and now this thread pool is responsible to do all the "costly-work" and