From: "Roar Bjørgum Rotvik" <roarbr@tihlde.org>
To: netdev@oss.sgi.com
Subject: Re: Where Linux 802.11x support needs work
Date: Wed, 26 Jan 2005 08:31:35 +0100 [thread overview]
Message-ID: <41F74757.3090104@tihlde.org> (raw)
In-Reply-To: <200501252341.27041.flamingice@sourmilk.net>
Michael Wu wrote:
> On Tuesday 25 January 2005 11:03 pm, Dan Williams wrote:
>
>>> One of the big item not mentionned by you is the in-kernel
>>>802.11 stack (native frames and management). If done right, I guess it
>>>would mostly be transparent to you...
>>
>>You know, I was thinking of it and I just forgot to put it on the list.
>>If you're including madwifi and ipw2x00, we have a grand total of what, 3
>>or 4 802.11 stacks in the kernel at the same time? (madwifi,
>>orinoco/hermes, ipw2x00, linux-wlan-ng)
>>
>
> Only orinoco/hermes is in the kernel, and that doesn't really have much of an
> 802.11 stack, since most things are done in hardware. Madwifi has a fairly
> complete 802.11 stack (ported from netbsd), and so does adm8211. Dunno about
> ipw2x00.
Do any of these 80.11 stacks (or the upstream linux network stack) have
a solution for WLAN cards with 802.11e (QoS extension) with more than
one HW/firmware transmit queues?
As you may or may not know WLAN cards implementing 802.11e may have more
than one HW/firmware transmit queue (I know of an 802.11a chip with
802.11e extension that have 4 transmit queues in hardware/firmware with
different priority).
As far as I know the linux network stack today only have one qdisc queue
pr. device (struct netdev), so the driver may only stop/start
(netif_stop_queue()/netif_wake_queue()) one queue at a time. This is a
problem for drivers with more than one HW/firmware transmit queues, as
you can not let a full low priority HW queue block the netdev queue.
Is there an existing solution for this problem, or is an
multiqueue-pr-device solution being planned as part of introducing a
common 802.11 stack in the kernel?
--
Roar B. Rotvik
next prev parent reply other threads:[~2005-01-26 7:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-26 2:40 Where Linux 802.11x support needs work Jean Tourrilhes
2005-01-26 4:03 ` Dan Williams
2005-01-26 4:41 ` Michael Wu
2005-01-26 7:31 ` Roar Bjørgum Rotvik [this message]
2005-01-27 16:24 ` Michael Wu
2005-01-27 18:09 ` Michael Renzmann
2005-01-26 7:17 ` Michael Renzmann
2005-01-26 18:03 ` Dan Williams
-- strict thread matches above, loose matches on Subject: below --
2005-01-25 21:47 Dan Williams
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=41F74757.3090104@tihlde.org \
--to=roarbr@tihlde.org \
--cc=netdev@oss.sgi.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;
as well as URLs for NNTP newsgroup(s).