Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-21 Thread Yibo Zhao
On 2019-09-21 22:00, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-21 21:02, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-21 19:27, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-20 17:15, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-21 Thread Toke Høiland-Jørgensen
Yibo Zhao writes: > On 2019-09-21 21:02, Toke Høiland-Jørgensen wrote: >> Yibo Zhao writes: >> >>> On 2019-09-21 19:27, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: > On 2019-09-20 17:15, Toke Høiland-Jørgensen wrote: >> Yibo Zhao writes: >> >>> On 2019-09-19

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-21 Thread Yibo Zhao
On 2019-09-21 21:02, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-21 19:27, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-20 17:15, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-19 18:37, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-21 Thread Toke Høiland-Jørgensen
Yibo Zhao writes: > On 2019-09-21 19:27, Toke Høiland-Jørgensen wrote: >> Yibo Zhao writes: >> >>> On 2019-09-20 17:15, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: > On 2019-09-19 18:37, Toke Høiland-Jørgensen wrote: >> Yibo Zhao writes: >> >>> On 2019-09-18

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-21 Thread Yibo Zhao
On 2019-09-21 19:27, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-20 17:15, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-19 18:37, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-18 19:23, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On

Re: [PATCH v5 2/8] ath10k: enable RX bundle receive for sdio

2019-09-21 Thread Kalle Valo
Wen Gong writes: > 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

Re: [PATCH v5 5/8] ath10k: disable TX complete indication of htt for sdio

2019-09-21 Thread Kalle Valo
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. TBH I'm not enthuastic about this, this feels an ugly hack. And it adds yet another module

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-21 Thread Yibo Zhao
On 2019-09-21 19:27, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-20 17:15, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-19 18:37, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-18 19:23, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On

Re: [PATCH v2] ath10k: add fw coredump for sdio when firmware assert

2019-09-21 Thread Kalle Valo
Wen Gong writes: > When firmware assert, it need coredump to analyze, this patch will > collect the register and memory info for sdio chip. > > The coredump configuration is different between PCIE and SDIO for > the same reversion, so this patch add bus type to distinguish PCIE > and SDIO chip

Re: [PATCH v2] ath10k: add fw coredump for sdio when firmware assert

2019-09-21 Thread Kalle Valo
Wen Gong writes: > When firmware assert, it need coredump to analyze, this patch will > collect the register and memory info for sdio chip. > > The coredump configuration is different between PCIE and SDIO for > the same reversion, so this patch add bus type to distinguish PCIE > and SDIO chip

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-21 Thread Toke Høiland-Jørgensen
Yibo Zhao writes: > On 2019-09-20 17:15, Toke Høiland-Jørgensen wrote: >> Yibo Zhao writes: >> >>> On 2019-09-19 18:37, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: > On 2019-09-18 19:23, Toke Høiland-Jørgensen wrote: >> Yibo Zhao writes: >> >>> On 2019-09-18

Re: [PATCH v2] ath10k: add fw coredump for sdio when firmware assert

2019-09-21 Thread Kalle Valo
Wen Gong writes: > When firmware assert, it need coredump to analyze, this patch will > collect the register and memory info for sdio chip. > > The coredump configuration is different between PCIE and SDIO for > the same reversion, so this patch add bus type to distinguish PCIE > and SDIO chip

Re: [PATCH v2] ath10k: add fw coredump for sdio when firmware assert

2019-09-21 Thread Kalle Valo
Wen Gong writes: > When firmware assert, it need coredump to analyze, this patch will > collect the register and memory info for sdio chip. > > The coredump configuration is different between PCIE and SDIO for > the same reversion, so this patch add bus type to distinguish PCIE > and SDIO chip

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-21 Thread Yibo Zhao
On 2019-09-20 17:15, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-19 18:37, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-18 19:23, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-18 05:10, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: In a

Re: [PATCH v4] ath10k: Enable MSA region dump support for WCN3990

2019-09-21 Thread Kalle Valo
Govind Singh wrote: > MSA memory region caries the hw descriptors information. > Dump MSA region in core dump as this is very helpful in debugging > hw issues. > > Testing: Tested on WCN3990 HW > Tested FW: WLAN.HL.3.1-00959-QCAHLSWMTPLZ-1 > > Signed-off-by: Govind Singh > Signed-off-by:

Re: [PATCH v4] ath10k: Enable MSA region dump support for WCN3990

2019-09-21 Thread Kalle Valo
Govind Singh wrote: > MSA memory region caries the hw descriptors information. > Dump MSA region in core dump as this is very helpful in debugging > hw issues. > > Testing: Tested on WCN3990 HW > Tested FW: WLAN.HL.3.1-00959-QCAHLSWMTPLZ-1 > > Signed-off-by: Govind Singh > Signed-off-by:

Re: [PATCH v3 1/2] dt: bindings: add dt entry for XO calibration support

2019-09-21 Thread Kalle Valo
Govind Singh wrote: > Add dt binding to get xo calibration data support for wifi rf clock. > > Signed-off-by: Govind Singh > Reviewed-by: Rob Herring > Signed-off-by: Kalle Valo 2 patches applied to ath-next branch of ath.git, thanks. 892022e108dd dt: bindings: ath10k: add dt entry for XO

Re: [PATCH v3 1/2] dt: bindings: add dt entry for XO calibration support

2019-09-21 Thread Kalle Valo
Govind Singh wrote: > Add dt binding to get xo calibration data support for wifi rf clock. > > Signed-off-by: Govind Singh > Reviewed-by: Rob Herring > Signed-off-by: Kalle Valo 2 patches applied to ath-next branch of ath.git, thanks. 892022e108dd dt: bindings: ath10k: add dt entry for XO