RE: [PATCH 1/7] ath10k: enable RX bundle receive for sdio

2019-08-27 Thread Wen Gong
t; > > To: Wen Gong > > > Cc: open list:NETWORKING DRIVERS (WIRELESS) > > wirel...@vger.kernel.org>; ath10k@lists.infradead.org > > > Subject: [EXT] Re: [PATCH 1/7] ath10k: enable RX bundle receive for sdio > > The bundled buffer len is 256 * 3 = 768, it has

Re: [PATCH 1/7] ath10k: enable RX bundle receive for sdio

2019-08-27 Thread Nicolas Boichat
er.kernel.org>; ath10k@lists.infradead.org > > Subject: [EXT] Re: [PATCH 1/7] ath10k: enable RX bundle receive for sdio > > > > > -static int ath10k_sdio_mbox_rx_fetch(struct ath10k *ar) > > > +static int ath10k_sdio_mbox_rx_fetch_bundle(struct ath10k *a

RE: [PATCH 1/7] ath10k: enable RX bundle receive for sdio

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

[PATCH 1/7] ath10k: enable RX bundle receive for sdio

2019-08-20 Thread Wen Gong
From: Alagu Sankar The existing implementation of initiating multiple sdio transfers for receive bundling is slowing down the receive speed. Combining the transfers using a bundle method would be ideal. The transmission utilization ratio for sdio bus for small packet is slow, because the space