* [PATCH 1/1] mac80211: adjustable number of bits for qdisc pool
@ 2008-01-30 10:58 Ron Rindjunsky
2008-01-30 12:29 ` Johannes Berg
0 siblings, 1 reply; 4+ messages in thread
From: Ron Rindjunsky @ 2008-01-30 10:58 UTC (permalink / raw)
To: linville
Cc: johannes, linux-wireless, flamingice, tomas.winkler,
Ron Rindjunsky
This fix allows to control the number of bits that qdiscs book keeping can be done
for with respect to the qdisc pool
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
---
net/mac80211/wme.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/mac80211/wme.c b/net/mac80211/wme.c
index 7bbc793..f12e044 100644
--- a/net/mac80211/wme.c
+++ b/net/mac80211/wme.c
@@ -25,7 +25,7 @@ const int ieee802_1d_to_ac[8] = { 2, 3, 3, 2, 1, 1, 0, 0 };
struct ieee80211_sched_data
{
- unsigned long qdisc_pool;
+ unsigned long qdisc_pool[BITS_TO_LONGS(TC_80211_MAX_QUEUES)];
struct tcf_proto *filter_list;
struct Qdisc *queues[TC_80211_MAX_QUEUES];
struct sk_buff_head requeued[TC_80211_MAX_QUEUES];
--
1.5.3.3
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 1/1] mac80211: adjustable number of bits for qdisc pool
@ 2008-01-30 11:07 Tomas Winkler
2008-01-30 11:12 ` Tomas Winkler
0 siblings, 1 reply; 4+ messages in thread
From: Tomas Winkler @ 2008-01-30 11:07 UTC (permalink / raw)
To: linville, johannes; +Cc: linux-wireless, Ron Rindjunsky
From: Ron Rindjunsky <ron.rindjunsky@intel.com>
This fix allows to control the number of bits that qdiscs book keeping can be done
for with respect to the qdisc pool
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
net/mac80211/wme.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/mac80211/wme.c b/net/mac80211/wme.c
index 7bbc793..f12e044 100644
--- a/net/mac80211/wme.c
+++ b/net/mac80211/wme.c
@@ -25,7 +25,7 @@ const int ieee802_1d_to_ac[8] = { 2, 3, 3, 2, 1, 1, 0, 0 };
struct ieee80211_sched_data
{
- unsigned long qdisc_pool;
+ unsigned long qdisc_pool[BITS_TO_LONGS(TC_80211_MAX_QUEUES)];
struct tcf_proto *filter_list;
struct Qdisc *queues[TC_80211_MAX_QUEUES];
struct sk_buff_head requeued[TC_80211_MAX_QUEUES];
--
1.5.2.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] mac80211: adjustable number of bits for qdisc pool
2008-01-30 11:07 [PATCH 1/1] mac80211: adjustable number of bits for qdisc pool Tomas Winkler
@ 2008-01-30 11:12 ` Tomas Winkler
0 siblings, 0 replies; 4+ messages in thread
From: Tomas Winkler @ 2008-01-30 11:12 UTC (permalink / raw)
To: linville, johannes; +Cc: linux-wireless, Ron Rindjunsky
On Jan 30, 2008 1:07 PM, Tomas Winkler <tomas.winkler@intel.com> wrote:
> From: Ron Rindjunsky <ron.rindjunsky@intel.com>
>
> This fix allows to control the number of bits that qdiscs book keeping can be done
> for with respect to the qdisc pool
Oops. We got a bit out of sync with Ron. Please ignore this one
Tomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] mac80211: adjustable number of bits for qdisc pool
2008-01-30 10:58 Ron Rindjunsky
@ 2008-01-30 12:29 ` Johannes Berg
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2008-01-30 12:29 UTC (permalink / raw)
To: Ron Rindjunsky; +Cc: linville, linux-wireless, flamingice, tomas.winkler
[-- Attachment #1: Type: text/plain, Size: 944 bytes --]
On Wed, 2008-01-30 at 12:58 +0200, Ron Rindjunsky wrote:
> This fix allows to control the number of bits that qdiscs book keeping can be done
> for with respect to the qdisc pool
Yeah this is what I was thinking.
> Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
> ---
> net/mac80211/wme.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/mac80211/wme.c b/net/mac80211/wme.c
> index 7bbc793..f12e044 100644
> --- a/net/mac80211/wme.c
> +++ b/net/mac80211/wme.c
> @@ -25,7 +25,7 @@ const int ieee802_1d_to_ac[8] = { 2, 3, 3, 2, 1, 1, 0, 0 };
>
> struct ieee80211_sched_data
> {
> - unsigned long qdisc_pool;
> + unsigned long qdisc_pool[BITS_TO_LONGS(TC_80211_MAX_QUEUES)];
> struct tcf_proto *filter_list;
> struct Qdisc *queues[TC_80211_MAX_QUEUES];
> struct sk_buff_head requeued[TC_80211_MAX_QUEUES];
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-30 12:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 11:07 [PATCH 1/1] mac80211: adjustable number of bits for qdisc pool Tomas Winkler
2008-01-30 11:12 ` Tomas Winkler
-- strict thread matches above, loose matches on Subject: below --
2008-01-30 10:58 Ron Rindjunsky
2008-01-30 12:29 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox