RE: [PATCH 3/7] ath10k: add workqueue for RX path of sdio

2019-09-03 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Wen Gong > Sent: Tuesday, August 20, 2019 7:55 PM > To: ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] [PATCH 3/7] ath10k: add workqueue for RX path of sdio > Patch v2 sent, https:/

[PATCH 3/7] ath10k: add workqueue for RX path of sdio

2019-08-20 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