From: "Luis R. Rodriguez" <mcgrof@gmail.com>
To: "Tomas Winkler" <tomasw@gmail.com>
Cc: "Johannes Berg" <johannes@sipsolutions.net>,
Sujith <Sujith.Manoharan@atheros.com>,
"linville@tuxdriver.com" <linville@tuxdriver.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"Luis Rodriguez" <Luis.Rodriguez@atheros.com>
Subject: Re: [RFC] mac80211: Re-enable aggregation
Date: Thu, 30 Oct 2008 18:26:51 -0700 [thread overview]
Message-ID: <43e72e890810301826x72ca0c75xd986a30227429d08@mail.gmail.com> (raw)
In-Reply-To: <1ba2fa240810231417s55f6754cl54a38d9b79526cd8@mail.gmail.com>
On Thu, Oct 23, 2008 at 2:17 PM, Tomas Winkler <tomasw@gmail.com> wrote:
> On Thu, Oct 23, 2008 at 10:18 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
>> On Thu, Oct 23, 2008 at 11:31 AM, Tomas Winkler <tomasw@gmail.com> wrote:
>>> On Thu, Oct 23, 2008 at 7:23 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
>>
>>>> I checked internally to verify where you would decide when to AMPDU
>>>> and to try to get different reviews and opinions, and it seems that
>>>> the path we take right now is correct as there is not much overhead so
>>>> we always use AMPDU with whoever supports it with data frames. If
>>>> you're a STA you do it all the time with the AP for data frames.
>>>>
>>>> I noticed iwlagn had some more logic within the RC but I gave up
>>>> trying to follow the logic. I suspect they do the same though, Tomas?
>>
>> Thanks for the feedback!
>>
>>> I got different output from our system engineering. APMDU has overhead
>>
>> Is that because of the interactions required in firmware for scheduling BTW?
>>
> No HW support make aggregation faster, the overhead is in the air. BA
> is bigger then ACK so if you don't have burst than you need to send BA
> for single frame it's slower then sending ACK.
>
>>> and if there is not requirement
>>> for high throughput we don't initiate one.
>>
>> This makes sense to me regardless.
>>
>>> What is for sure we shounld
>>> not have aggregation enabled for VO AC.
>>
>> Any particular reason? I'll review this too, but my guess would be the
>> buffering required before TXing. I'll see how we perform with aggr on
>
> No the problem is on the receiver side you don't release packets to
> network stuck out of order so there is inherit delay in aggregation.
> Voice is sensitive to delay and jitter.
I got some more review on this and it seems you can potentially have
optimizations not only for VO (besides just disabling it) but also for
each AC on aggregation (well BE and BK can use the same). Question is
how do we want to deal with this for now in mac80211, leave it up to
each driver to handle this or do we move this centrally to mac80211?
I'd rather we try to come to some agreement on some decent decision
for each AC and move this decision to mac80211. Thoughts?
Luis
next prev parent reply other threads:[~2008-10-31 1:26 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-20 8:22 [RFC] mac80211: Re-enable aggregation Sujith
2008-10-20 8:31 ` Johannes Berg
2008-10-20 8:35 ` Luis R. Rodriguez
2008-10-20 8:45 ` Johannes Berg
2008-10-20 8:47 ` Sujith
2008-10-20 8:55 ` Luis R. Rodriguez
2008-10-20 8:57 ` Johannes Berg
2008-10-20 9:01 ` Luis R. Rodriguez
2008-10-20 9:04 ` Johannes Berg
2008-10-20 9:05 ` Luis R. Rodriguez
2008-10-20 9:11 ` Sujith
2008-10-20 8:57 ` Luis R. Rodriguez
2008-10-20 8:58 ` Sujith
2008-10-20 9:12 ` Johannes Berg
2008-10-20 9:31 ` Sujith
2008-10-20 9:38 ` Johannes Berg
2008-10-20 10:35 ` Sujith
2008-10-20 12:22 ` Johannes Berg
2008-10-20 18:03 ` Sujith
2008-10-20 21:46 ` Tomas Winkler
2008-10-21 6:46 ` Johannes Berg
2008-10-21 7:18 ` Sujith
2008-10-22 10:03 ` Johannes Berg
2008-10-22 11:59 ` Tomas Winkler
2008-10-22 17:22 ` Johannes Berg
2008-10-23 8:57 ` Sujith
2008-10-23 14:46 ` Johannes Berg
2008-10-27 14:25 ` Sujith
2008-10-27 15:04 ` Johannes Berg
2008-10-27 15:56 ` Tomas Winkler
2008-10-27 16:04 ` Johannes Berg
2008-10-28 14:24 ` Tomas Winkler
2008-10-22 10:00 ` Johannes Berg
2008-10-22 11:41 ` Tomas Winkler
2008-10-22 17:24 ` Johannes Berg
2008-10-23 9:31 ` Sujith
2008-10-23 14:45 ` Johannes Berg
2008-10-23 17:23 ` Luis R. Rodriguez
2008-10-23 18:31 ` Tomas Winkler
2008-10-23 20:18 ` Luis R. Rodriguez
2008-10-23 21:17 ` Tomas Winkler
2008-10-31 1:26 ` Luis R. Rodriguez [this message]
2008-10-27 14:11 ` Sujith
2008-10-27 15:07 ` Johannes Berg
2008-10-20 9:14 ` Luis R. Rodriguez
2008-10-20 9:24 ` Johannes Berg
2008-10-20 10:07 ` Sujith
2008-10-20 10:15 ` Johannes Berg
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=43e72e890810301826x72ca0c75xd986a30227429d08@mail.gmail.com \
--to=mcgrof@gmail.com \
--cc=Luis.Rodriguez@atheros.com \
--cc=Sujith.Manoharan@atheros.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=tomasw@gmail.com \
/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