Re: [PATCH v5 4/8] ath10k: add workqueue for RX path of sdio

2019-09-23 Thread Kalle Valo
Wen Gong writes: > The thread of read rx message by sdio bus from firmware is > synchronous, it will cost much time for process the left part > of rx message which includes indicate the rx packet to uppper > net stack. It will reduce the time of read from sdio. This paragraph is hard to read. >

[PATCH v5 4/8] ath10k: add workqueue for RX path of sdio

2019-09-05 Thread Wen Gong
The thread of read rx message by sdio bus from firmware is synchronous, it will cost much time for process the left part of rx message which includes indicate the rx packet to uppper net stack. It will reduce the time of read from sdio. This patch move the indication to a workqueue, it results in