Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-18 Thread Ansuel Smith
Il giorno gio 19 mag 2022 alle ore 01:17 Edward Matijevic ha scritto: > > Reporting an issue running these patches with the ath10k-ct driver > from OpenWrt 22.03-rc1 crashing repeatedly on my IPQ8064+QCA9980 > router > The patches only require an edit to the file locations to the > directory

[PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-18 Thread Edward Matijevic
Reporting an issue running these patches with the ath10k-ct driver from OpenWrt 22.03-rc1 crashing repeatedly on my IPQ8064+QCA9980 router The patches only require an edit to the file locations to the directory ath10k-5.15/ and the offsets apply without issue Below is a log from the hardware

Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-15 Thread Sergey Ryazanov
Hello Zhijun, On Sat, May 14, 2022 at 8:24 AM Zhijun You wrote: > Glad to see there's someone else working on encap offload. > Can confirm it works on my NETGEAR R7800 (QCA9984) with > ath10k + firmware 10.4-3.9.0.2-00159 > Feel free to add my tested by tag. > > Tested-by: Zhijun You Thank

Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-14 Thread Oldřich Jedlička
so 14. 5. 2022 v 0:16 odesílatel Sergey Ryazanov napsal: > > Hello Oldřich and Edward, > > Thank you once more for testing these changes. I additionally tested > QCA6174 and now I am ready to send a formal patch. May I use your > 'tested-by' in subsequent submissions? Yes, sure. Tested-by:

[PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-13 Thread Zhijun You
Hello Sergey, Glad to see there's someone else working on encap offload. Can confirm it works on my NETGEAR R7800 (QCA9984) with ath10k + firmware 10.4-3.9.0.2-00159 Feel free to add my tested by tag. Tested-by: Zhijun You I have a few questions though. In patch 081 > +-

Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-13 Thread Sergey Ryazanov
Hello Oldřich and Edward, Thank you once more for testing these changes. I additionally tested QCA6174 and now I am ready to send a formal patch. May I use your 'tested-by' in subsequent submissions? -- Sergey ___ openwrt-devel mailing list

Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-12 Thread Sergey Ryazanov
Hello Edward, On Wed, May 11, 2022 at 12:04 AM Edward Matijevic wrote: > Tested on a TP-Link Archer C2600 (IPQ8064 + QCA9980), using official > 22.03-rc1 and your patch on top of 22.03 > Load average peaks were still the same but with the offloading 1min > avg wasn't changing as sharply as

[PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-10 Thread Edward Matijevic
Tested on a TP-Link Archer C2600 (IPQ8064 + QCA9980), using official 22.03-rc1 and your patch on top of 22.03 Load average peaks were still the same but with the offloading 1min avg wasn't changing as sharply as without offload My download speed was a bit more stable with the offload, tested with

Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-07 Thread Sergey Ryazanov
Hello Oldřich, On Sat, May 7, 2022 at 9:27 AM Oldřich Jedlička wrote: > .Hi Sergey, > > pá 29. 4. 2022 v 3:36 odesílatel Sergey Ryazanov > napsal: >> >> Frame encapsulation from Ethernet into the IEEE 802.11 frame format >> takes a considerable host CPU time on the xmit path. The firmware is >>

Re: [PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-05-07 Thread Oldřich Jedlička
.Hi Sergey, pá 29. 4. 2022 v 3:36 odesílatel Sergey Ryazanov napsal: > > Frame encapsulation from Ethernet into the IEEE 802.11 frame format > takes a considerable host CPU time on the xmit path. The firmware is > able to do this operation for us, so enable encapsulation offloading for > AP and

[PATCH RFC/RFT] ath10k: use xmit encapsulation offloading

2022-04-28 Thread Sergey Ryazanov
Frame encapsulation from Ethernet into the IEEE 802.11 frame format takes a considerable host CPU time on the xmit path. The firmware is able to do this operation for us, so enable encapsulation offloading for AP and Sta interface types to improve overall system performance. On a