Re: [PATCH 3/3] net: mhi: Add dedicated alloc thread

2020-12-09 Thread Hemant Kumar
On 12/9/20 7:03 AM, Loic Poulain wrote: The buffer allocation for RX path is currently done by a work executed in the system workqueue. The work to do is quite simple and consists mostly in allocating and queueing as much as possible buffers to the MHI queuing RX channel. It appears that us

[PATCH 3/3] net: mhi: Add dedicated alloc thread

2020-12-09 Thread Loic Poulain
The buffer allocation for RX path is currently done by a work executed in the system workqueue. The work to do is quite simple and consists mostly in allocating and queueing as much as possible buffers to the MHI RX channel. It appears that using a dedicated kthread would be more appropriate to pr