Re: [PATCH v5 00/16] Uthreads

2025-04-15 Thread Tom Rini
On Tue, Apr 15, 2025 at 03:36:53PM +0200, Jerome Forissier wrote: > Hi Tom, > > On 4/11/25 22:29, Tom Rini wrote: > > On Mon, Mar 31, 2025 at 02:30:54PM +0200, Jerome Forissier wrote: > > > >> This series introduces threads and uses them for two things: > >> - Improve the performance of the USB b

Re: [PATCH v5 00/16] Uthreads

2025-04-15 Thread Jerome Forissier
Hi Tom, On 4/11/25 22:29, Tom Rini wrote: > On Mon, Mar 31, 2025 at 02:30:54PM +0200, Jerome Forissier wrote: > >> This series introduces threads and uses them for two things: >> - Improve the performance of the USB bus scanning code (scan multiple >> busses simultaneously), >> - Implement backgr

Re: [PATCH v5 00/16] Uthreads

2025-04-11 Thread Tom Rini
On Mon, Mar 31, 2025 at 02:30:54PM +0200, Jerome Forissier wrote: > This series introduces threads and uses them for two things: > - Improve the performance of the USB bus scanning code (scan multiple > busses simultaneously), > - Implement background jobs in the shell via two new commands: 'spawn

[PATCH v5 00/16] Uthreads

2025-03-31 Thread Jerome Forissier
This series introduces threads and uses them for two things: - Improve the performance of the USB bus scanning code (scan multiple busses simultaneously), - Implement background jobs in the shell via two new commands: 'spawn' and 'wait'. The threading framework is called 'uthread' and is inspired