[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <D5C1322C3E673F459512FB59E0DDC32903146CC1@orsmsx414.amr.corp.intel.com>
Date: Thu, 21 Jun 2007 11:23:22 -0700
From: "Waskiewicz Jr, Peter P" <peter.p.waskiewicz.jr@...el.com>
To: "Patrick McHardy" <kaber@...sh.net>
Cc: <davem@...emloft.net>, <netdev@...r.kernel.org>, <jeff@...zik.org>,
"Kok, Auke-jan H" <auke-jan.h.kok@...el.com>, <hadi@...erus.ca>
Subject: RE: [PATCH 2/3] NET: [SCHED] Qdisc changes and sch_rr added for multiqueue
> Waskiewicz Jr, Peter P wrote:
> >> Please post the code.
> >>
> >>
> >
> > Code is attached. Please forgive the attachment and any whitespace
> > damage...currently using Doubtlook to send this (cringe).
> >
>
> The code looks correct. Are you sure you had the config
> option enabled during your test?
>
Yes. This is the tc command I used to configure the qdisc (with q_rr.c
attached from my patches iproute2 package):
# tc qdisc add dev eth2 root handle 1: rr bands 8
RTNETLINK answers: No such file or directory
At this point, sch_prio gets loaded correctly, but it obviously fails to
finish loading the qdisc. Using prio works though:
# tc qdisc add dev eth2 root handle 1: prio bands 8
And yes, the NIC I'm working with has 8 queues, just to be clear. Any
help is definitely appreciated; I'm going to keep this copy of the code
for now, but am going to get the separate module written back up just in
case this can't be solved in the short-term. This is the only piece
keeping me from sending these patches back for consideration, so I'll
keep the parallel effort going.
Thanks Patrick,
-PJ Waskiewicz
Download attachment "q_rr.c" of type "application/octet-stream" (2664 bytes)
Powered by blists - more mailing lists