From mboxrd@z Thu Jan 1 00:00:00 1970 From: Badalian Vyacheslav Subject: Re: can't add tc multiq Date: Tue, 10 Feb 2009 14:37:18 +0300 Message-ID: <499166EE.5010802@bigtelecom.ru> References: <498FECAE.3020805@bigtelecom.ru> <20090209081553.4a874433@extreme> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "netdev@vger.kernel.org" To: Stephen Hemminger Return-path: Received: from mail.bigtelecom.ru ([87.255.0.61]:37570 "EHLO mail.bigtelecom.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbZBJLhZ (ORCPT ); Tue, 10 Feb 2009 06:37:25 -0500 In-Reply-To: <20090209081553.4a874433@extreme> Sender: netdev-owner@vger.kernel.org List-ID: Sorry. I have 2 different e1000e and its also can't apply multiq. How get number of hardware queues of device? Thanks > On Mon, 09 Feb 2009 11:43:26 +0300 > Badalian Vyacheslav wrote: > > >> Hello all! >> kernel 2.6.28.4 >> iproute2 - last git >> Can't use multiq qdisc. How to fix this? >> Thanks! >> >> slavon ~ # tc qdisc add dev eth0 root handle 1: multiq >> RTNETLINK answers: Invalid argument >> slavon ~ # tc qdisc add dev eth1 root handle 1: multiq >> RTNETLINK answers: Invalid argument >> >> >> # lsmod >> Module Size Used by >> sch_multiq 9472 0 >> 8021q 23200 0 >> xt_tcpudp 7040 0 >> iptable_filter 6784 0 >> ip_tables 15120 1 iptable_filter >> x_tables 17028 2 xt_tcpudp,ip_tables >> usbmouse 8064 0 >> usbhid 37728 2 >> ehci_hcd 38284 0 >> snd_hda_intel 409776 6 >> uhci_hcd 26380 0 >> snd_pcm 72196 2 snd_hda_intel >> usbcore 133136 7 usbmouse,usbhid,ehci_hcd,uhci_hcd >> snd_timer 23304 2 snd_pcm >> snd_page_alloc 12296 2 snd_hda_intel,snd_pcm >> thermal 19356 0 >> snd_hwdep 11140 1 snd_hda_intel >> processor 37024 1 thermal >> i2c_i801 12944 0 >> snd 52516 14 snd_hda_intel,snd_pcm,snd_timer,snd_hwdep >> r8169 36100 0 >> i2c_core 24724 1 i2c_i801 >> fglrx 1905884 3 >> e1000 123076 0 >> rng_core 8196 0 >> mii 8704 1 r8169 >> thermal_sys 15144 2 thermal,processor >> button 10128 0 >> > > You need hardware with multiple transmit queues. Neither e1000 or r8169 > has this. > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > >