Lets make wifi fast again!
 help / color / mirror / Atom feed
From: "L. D. Pinney" <ldpinney@yahoo.com>
To: Dave Taht <dave.taht@gmail.com>, Michal Kazior <michal.kazior@tieto.com>
Cc: "make-wifi-fast@lists.bufferbloat.net"
	<make-wifi-fast@lists.bufferbloat.net>,
	 Loganaden Velvindron <loganaden@gmail.com>,
	 LEDE Development List <lede-dev@lists.infradead.org>,
	 Felix Fietkau <nbd@nbd.name>
Subject: Re: [Make-wifi-fast] [LEDE-DEV] ath9k airtime fairness stabiity issues?
Date: Thu, 5 Jan 2017 15:17:57 +0000 (UTC)	[thread overview]
Message-ID: <1431268961.444746.1483629477614@mail.yahoo.com> (raw)
In-Reply-To: <CAA93jw5_kQB6TU1emO9-47Qmf8FwZYQGvR6J0rw0Mts=MP6Y+A@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3302 bytes --]

Hello Dave :
Can you please stop cross posting?
It's quite annoying to see this unrelated babble about UN-related ath10k when subject is ath9k
Felix says it a no go on ath9k airtime fairness for the release....AND that's all we really need to know :)

Larry 

    On Thursday, January 5, 2017 11:08 PM, Dave Taht <dave.taht@gmail.com> wrote:
 

 On Thu, Jan 5, 2017 at 6:03 AM, Michal Kazior <michal.kazior@tieto.com> wrote:
> On 5 January 2017 at 14:23, Felix Fietkau <nbd@nbd.name> wrote:
>> On 2017-01-05 14:22, Loganaden Velvindron wrote:
>>> On Thu, Jan 5, 2017 at 4:59 PM, Dave Taht <dave.taht@gmail.com> wrote:
>>>> Felix:
>>>>
>>>> Was there a bugreport?  (don't see one)
>>>>
>>>> Do you have a specific device or behavior triggering this revert?
>>>>
>>>>
>>>> On Thu, Jan 5, 2017 at 4:42 AM, Dave Taht <dave.taht@gmail.com> wrote:
>>>>> https://github.com/lede-project/source/commit/c296ba834db4ce8c71e0ad7030aab188fe60b27b
>>>>
>>>>
>>>
>>> Hi nbd & Toke,
>>>
>>> Would it be possible to enable it only on platforms like the tp-link
>>> archer c7 v2 and the ubnt, where we have confirmed test reports for
>>> the upcoming release ?
>> I think it's quite unlikely that these issues are hardware specific.
>> It's probably more related to the environment, types of clients, or even
>> traffic patterns.
>
> Some people are complaining ath10k is unstable for them when
> wake_tx_queue is enabled. I suspect the ATF problem in ath9k might be
> providing extra opportunities to hit the same bug.

Hmm. I would assume most ath10k users are on a multi-core?

> I think RCU is not properly handled. txq_info shares lifecycle of
> sta_info and should therefore be protected in the same manner. When
> you queue up ieee80211_txq in a driver and use it later you
> effectively break RCU. Grabbing rcu_read_lock() *later*, e.g. when
> re-scheduling tx is not sufficient to protect from the possible race
> of part1/part2 of station destroying logic and driver accessing its
> internal txq list.

Sounds like a promising theory. Most of our testing was on single-core
devices, with the multi-core x86 version being kernel mainline
(4.8ish), and not the lede backport.

I long had mildly poor results in terms of throughput on the apu2 (x86
dual core), but assumed it was due to poor antennas. (no crashes)

The omnia is a dual core arm, but I don't have one of those.

As it turns out the UAP-lite I flashed ~2 days back is crashed right
now, and another box was failing to get dhcp addresses (why I was
looking at multicast), not even over ethernet.

(someone remind me to not take a vacation over the holidays, next time
there's holidays)

> There seems to be a mechanism to hook up with to fix that already -
> drv_sta_pre_rcu_remove().
>
> I've been seldom looking at the ath10k problem and noticed this bit. I
> didn't get a chance (and probably won't, any time soon) to take a
> closer look, nor test/verify it for that matter.
>
>
> Michał



-- 
Dave Täht
Let's go make home routers and wifi faster! With better software!
http://blog.cerowrt.org

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


   

[-- Attachment #2: Type: text/html, Size: 6987 bytes --]

  reply	other threads:[~2017-01-05 15:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-05 12:59 [Make-wifi-fast] " Dave Taht
2017-01-05 13:02 ` Felix Fietkau
2017-01-05 13:11   ` Dave Taht
2017-01-05 13:22 ` Loganaden Velvindron
2017-01-05 13:23   ` Felix Fietkau
2017-01-05 14:03     ` Michal Kazior
2017-01-05 14:51       ` Dave Taht
2017-01-05 15:17         ` L. D. Pinney [this message]
2017-01-05 15:28           ` [Make-wifi-fast] [LEDE-DEV] " Felix Fietkau
2017-01-05 18:53             ` Weedy
2017-01-05 14:18     ` [Make-wifi-fast] " Dave Taht
2017-01-19 10:28 [Make-wifi-fast] [LEDE-DEV] " Jaap Buurman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.bufferbloat.net/postorius/lists/make-wifi-fast.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1431268961.444746.1483629477614@mail.yahoo.com \
    --to=ldpinney@yahoo.com \
    --cc=dave.taht@gmail.com \
    --cc=lede-dev@lists.infradead.org \
    --cc=loganaden@gmail.com \
    --cc=make-wifi-fast@lists.bufferbloat.net \
    --cc=michal.kazior@tieto.com \
    --cc=nbd@nbd.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox