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