From: Johannes Berg <johannes@sipsolutions.net>
To: Dave Taht <dave.taht@gmail.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
Eliad Peller <eliad@wizery.com>, Jouni Malinen <j@w1.fi>
Subject: Re: mac80211 queue handling in multi-channel
Date: Mon, 27 Feb 2012 16:42:02 +0100 [thread overview]
Message-ID: <1330357322.3483.53.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <CAA93jw4X-8x=V6WZstAwM8GyicN_ds8WHv8uYz4zF8d-KdNTsg@mail.gmail.com> (sfid-20120227_161059_020700_D617FF5D)
On Mon, 2012-02-27 at 16:10 +0100, Dave Taht wrote:
> On Mon, Feb 27, 2012 at 12:49 PM, Johannes Berg
> <johannes@sipsolutions.net> wrote:
>
> > As a consequence, I'm thinking that we should redesign the mac80211 /
> > driver queue API to mirror more closely the kind of queues hardware
> > really has.
>
> I'd like the driver queues to mirror more closely the kinds of
> connections the hardware really has. I realize that this is more of an
> AP orientation than a wireless client orientation, but with wildly
> different rates between connected devices bad things happen.
This isn't possible -- having 4 netdev queues per remote station is,
simply put, insane. We've discussed this before on this list and Eric
had a few suggestions, but I have no time to work on them. Essentially
though it boils down to solving the problem at a higher layer by
differentiating traffic to different stations.
> Secondly, my take on 802.11e QoS and wireless-n aggregation is that
> aggregation wins nearly every time; all
> 802.11e does is bloat up the buffers.
That statement doesn't really make sense to me -- QoS (on the air) and
aggregation are two unrelated things?
> > Thus when e.g. in our driver the BE queue for the second VIF is full, we
> > stop all traffic across all VIFs. When both VIFs are on the same
> > channel, this isn't really a problem. However, when they are on
> > different channels, there could be vastly different performance
> > characteristics on those two channels due to interference etc.
>
> And even more differences based on the destination's characteristics.
I do understand that this is true, but we don't have the ability to
solve this problem at the netdev queue level.
johannes
next prev parent reply other threads:[~2012-02-27 15:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-27 11:49 mac80211 queue handling in multi-channel Johannes Berg
2012-02-27 15:10 ` Dave Taht
2012-02-27 15:29 ` Dave Taht
2012-02-27 15:42 ` Johannes Berg [this message]
2012-02-27 15:38 ` Helmut Schaa
2012-02-27 15:46 ` Johannes Berg
2012-02-27 15:49 ` Helmut Schaa
2012-03-26 16:13 ` Johannes Berg
2012-03-26 17:03 ` Richard Farina
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=1330357322.3483.53.camel@jlt3.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=dave.taht@gmail.com \
--cc=eliad@wizery.com \
--cc=j@w1.fi \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).