Re: [OpenWrt-Devel] [PATCH] Fix 'Dropping frame due to full tx queue' for Ralink wifi get stuck.

2015-09-11 Thread N.Leiten
Hi. In email dated Пятница - 11 сентября 2015 17:16:35 user Mikko Hissa wrote: > > > On 11 Sep 2015, at 15:43, N.Leiten wrote: > > > > In email dated Пятница - 11 сентября 2015 13:49:26 user Felix Fietkau wrote: > >> On 2015-09-11 13:33, N.Leiten wrote: > >>> Fix

Re: [OpenWrt-Devel] [PATCH] Fix 'Dropping frame due to full tx queue' for Ralink wifi get stuck.

2015-09-11 Thread Mikko Hissa
> On 11 Sep 2015, at 21:32, N.Leiten wrote: > > Hi. > > In email dated Пятница - 11 сентября 2015 17:16:35 user Mikko Hissa wrote: >> >>> On 11 Sep 2015, at 15:43, N.Leiten wrote: >>> >>> In email dated Пятница - 11 сентября 2015 13:49:26 user

[OpenWrt-Devel] [PATCH] Fix 'Dropping frame due to full tx queue' for Ralink wifi get stuck.

2015-09-11 Thread N.Leiten
Fix instability of Ralink WiFi general queue management on high load. rt2x00 driver logs in dmesg "Dropping frame due to full queue ..." several times and at some point get stuck. Solutions in patch: 1) Increasing number of frames in each TX queue helps with speed and decreases queue overflows.

Re: [OpenWrt-Devel] [PATCH] Fix 'Dropping frame due to full tx queue' for Ralink wifi get stuck.

2015-09-11 Thread Felix Fietkau
On 2015-09-11 13:33, N.Leiten wrote: > Fix instability of Ralink WiFi general queue management on high load. > rt2x00 driver logs in dmesg "Dropping frame due to full queue ..." several > times and at some point get stuck. > > Solutions in patch: > 1) Increasing number of frames in each TX queue

Re: [OpenWrt-Devel] [PATCH] Fix 'Dropping frame due to full tx queue' for Ralink wifi get stuck.

2015-09-11 Thread John Crispin
Hi, before looking at this in detail, could please send a properly formatted patch. the patch you sent is not using the unified option when generating it. upstream linux-wireless wont accept it otherwise and we wont either. also please prefix the email with "mac80211: " so that we know which

Re: [OpenWrt-Devel] [PATCH] Fix 'Dropping frame due to full tx queue' for Ralink wifi get stuck.

2015-09-11 Thread N.Leiten
Hi, Ok, I'll do it. In email dated Пятница - 11 сентября 2015 13:39:54 user John Crispin wrote: > Hi, > > before looking at this in detail, could please send a properly formatted > patch. the patch you sent is not using the unified option when > generating it. upstream linux-wireless wont

Re: [OpenWrt-Devel] [PATCH] Fix 'Dropping frame due to full tx queue' for Ralink wifi get stuck.

2015-09-11 Thread Mikko Hissa
> On 11 Sep 2015, at 15:43, N.Leiten wrote: > > In email dated Пятница - 11 сентября 2015 13:49:26 user Felix Fietkau wrote: >> On 2015-09-11 13:33, N.Leiten wrote: >>> Fix instability of Ralink WiFi general queue management on high load. >>> rt2x00 driver logs in dmesg