RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for 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 4/7] ath10k: disable TX complete indication of htt for > sdio &g

RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-27 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Nicolas > Boichat > Sent: Tuesday, August 27, 2019 3:56 PM > To: Wen Gong > Cc: open list:NETWORKING DRIVERS (WIRELESS) wirel...@vger.kernel.org>; ath10k@lists.infradead.org > Subject: [EXT] Re: [PATCH 4/7] ath

Re: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-27 Thread Nicolas Boichat
On Tue, Aug 20, 2019 at 7:55 PM Wen Gong wrote: > > Tx complete message from firmware cost bus bandwidth of sdio, and bus > bandwidth is the bollteneck of throughput, it will effect the bandwidth > occupancy of data packet of TX and RX. > > This patch disable TX complete indication from firmware

RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-23 Thread Toke Høiland-Jørgensen
Wen Gong writes: >> -Original Message- >> From: Toke Høiland-Jørgensen >> Sent: Thursday, August 22, 2019 8:12 PM >> To: Wen Gong ; Wen Gong >> ; ath10k@lists.infradead.org >> Cc: linux-wirel...@vger.kernel.org >> Subject: [EXT] RE: [PATCH 4

RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-22 Thread Wen Gong
> -Original Message- > From: Toke Høiland-Jørgensen > Sent: Thursday, August 22, 2019 8:12 PM > To: Wen Gong ; Wen Gong > ; ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] RE: [PATCH 4/7] ath10k: disable TX complete indication of htt &

RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-22 Thread Toke Høiland-Jørgensen
Wen Gong writes: >> -Original Message- >> From: Toke Høiland-Jørgensen >> Sent: Wednesday, August 21, 2019 6:10 PM >> To: Wen Gong ; Wen Gong >> ; ath10k@lists.infradead.org >> Cc: linux-wirel...@vger.kernel.org >> Subject: [EXT] RE: [PATCH 4

RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-21 Thread Wen Gong
> -Original Message- > From: Toke Høiland-Jørgensen > Sent: Wednesday, August 21, 2019 6:10 PM > To: Wen Gong ; Wen Gong > ; ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] RE: [PATCH 4/7] ath10k: disable TX complete indication of ht

RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-21 Thread Toke Høiland-Jørgensen
Wen Gong writes: >> -Original Message- >> From: ath10k On Behalf Of Toke >> Høiland-Jørgensen >> Sent: Tuesday, August 20, 2019 8:24 PM >> To: Wen Gong ; ath10k@lists.infradead.org >> Cc: linux-wirel...@vger.kernel.org >> Subject: [EXT] R

RE: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-21 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Toke > Høiland-Jørgensen > Sent: Tuesday, August 20, 2019 8:24 PM > To: Wen Gong ; ath10k@lists.infradead.org > Cc: linux-wirel...@vger.kernel.org > Subject: [EXT] Re: [PATCH 4/7] ath10k: disable TX complete indicat

Re: [PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-20 Thread Toke Høiland-Jørgensen
Wen Gong writes: > Tx complete message from firmware cost bus bandwidth of sdio, and bus > bandwidth is the bollteneck of throughput, it will effect the bandwidth > occupancy of data packet of TX and RX. > > This patch disable TX complete indication from firmware for htt data > packet, it

[PATCH 4/7] ath10k: disable TX complete indication of htt for sdio

2019-08-20 Thread Wen Gong
Tx complete message from firmware cost bus bandwidth of sdio, and bus bandwidth is the bollteneck of throughput, it will effect the bandwidth occupancy of data packet of TX and RX. This patch disable TX complete indication from firmware for htt data packet, it results in significant performance