From: Helmut Schaa <helmut.schaa@googlemail.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Emmanuel Grumbach <egrumbach@gmail.com>, linux-wireless@vger.kernel.org
Subject: Re: Aggregation problem with rt2800 AP and Intel 5100 STA
Date: Thu, 24 Mar 2011 14:57:46 +0100 [thread overview]
Message-ID: <201103241457.46343.helmut.schaa@googlemail.com> (raw)
In-Reply-To: <1300972793.26265.2.camel@jlt3.sipsolutions.net>
Am Donnerstag, 24. März 2011 schrieb Johannes Berg:
> On Thu, 2011-03-24 at 14:09 +0100, Helmut Schaa wrote:
>
> > Ok, found out some more. The problem now seems to trigger only if the Intel STA
> > leaves powersave and mac80211 dropped a frame while the STA was sleeping (either
> > due to the size of the STA PS buffer or due to a race between rx/tx processing).
>
> Why do we even have aggregation sessions active while the station goes
> to sleep? Is it scanning?
I guess so, yes (as I wrote before this is an Intel 5100 client running Windows
Vista and the latest Intel driver). It sends a nullfunc going to sleep and returns
a few hundret ms later. And in the meantime I can see my rt2800 AP sending an
AMPDU to the sleeping STA which of course times out and therefore ends up as
filtered frame.
> Maybe the PS buffer should be larger then?
128 frames per STA is already large, no? And also it's nothing unusual
that some frames get dropped if the STA stays in powersave for a long time.
> I don't see how we can lose a
> frame due to rx/tx processing races either, how does that happen? I
> thought we had the ability to avoid all those races now.
Good point. Maybe this only happens with rt2x00. The frame exchange looks
basically like (if you want to see the pcap just ask ;) ):
STA -> AP nullfunc PM=1
AP -> STA AMPDU (seqnr 3106 - 3112)
AP -> STA AMPDU (seqnr 3106 - 3112), retry
AP -> STA AMPDU (seqnr 3106 - 3112), retry
AP -> STA AMPDU (seqnr 3106 - 3112), retry
AP -> STA AMPDU (seqnr 3106 - 3112), retry
AP -> STA AMPDU (seqnr 3106 - 3112), retry
...
STA -> AP nullfunc PM=0
...
AP -> STA AMPDU (seqnr 3108)
STA -> AP BlockAck
AP -> STA AMPDU (seqnr 3109 - 3114)
STA -> AP BlockAck
...
As you can see 3106 and 3107 somehow got lost and thus leave a hole in
the STAs reorder buffer leading to the strange behavior I described before.
> > This can also cause a sequence number hole in the STAs rx reordering buffer but
> > we won't send a BAR in that case ending in the same situation that the Intel STA
> > BlockAcks AMPDUs to it but doesn't pass them to the user space.
> >
> > Johannes, does it make sense to always send a BAR when a STA wakes up from
> > sleep and we've got an active aggregation session?
>
> I don't know, you tell me, does it? :)
Ha Ha ;)
Sending a BAR at this point would at least ensure that the Intel STAs RX
reorder buffer gets flushed (in case we dropped any frames while the STA was
sleeping, which happened in this case).
Helmut
next prev parent reply other threads:[~2011-03-24 13:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-23 22:58 Aggregation problem with rt2800 AP and Intel 5100 STA Helmut Schaa
2011-03-24 6:50 ` Emmanuel Grumbach
2011-03-24 7:36 ` Helmut Schaa
2011-03-24 13:09 ` Helmut Schaa
2011-03-24 13:19 ` Johannes Berg
2011-03-24 13:57 ` Helmut Schaa [this message]
2011-03-24 17:32 ` Johannes Berg
2011-03-24 20:38 ` Emmanuel Grumbach
2011-03-24 20:40 ` Johannes Berg
2011-03-24 20:41 ` Johannes Berg
2011-03-24 20:48 ` Emmanuel Grumbach
2011-03-25 8:25 ` Helmut Schaa
2011-03-25 11:08 ` Helmut Schaa
2011-03-25 11:23 ` Johannes Berg
2011-03-25 12:55 ` Helmut Schaa
2011-03-25 13:06 ` Johannes Berg
2011-03-28 11:38 ` Helmut Schaa
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201103241457.46343.helmut.schaa@googlemail.com \
--to=helmut.schaa@googlemail.com \
--cc=egrumbach@gmail.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.