From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 2/3] NET: [SCHED] Qdisc changes and sch_rr added for multiqueue Date: Thu, 21 Jun 2007 21:10:57 +0200 Message-ID: <467ACD41.4020605@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, netdev@vger.kernel.org, jeff@garzik.org, "Kok, Auke-jan H" , hadi@cyberus.ca To: "Waskiewicz Jr, Peter P" Return-path: Received: from stinky.trash.net ([213.144.137.162]:45735 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752955AbXFUTLU (ORCPT ); Thu, 21 Jun 2007 15:11:20 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Waskiewicz Jr, Peter P wrote: >> 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 Again, I bet you don't have CONFIG_NET_SCH_RR enabled: # lsmod|grep prio # tc qdisc add dev dummy0 root handle 1: rr bands 8 # lsmod|grep prio sch_prio 5760 1