From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: Difficulties to get 1Gbps on be2net ethernet card Date: Fri, 08 Jun 2012 10:22:39 +0200 Message-ID: <1339143759.6001.53.camel@edumazet-glaptop> References: <1338360536.2760.85.camel@edumazet-glaptop> <1338361587.2760.94.camel@edumazet-glaptop> <3367B80B08154D42A3B2BC708B5D41F647C678B73F@EXMAIL.ad.emulex.com> <1338980484.2760.4219.camel@edumazet-glaptop> <1339072289.3494.3.camel@edumazet-glaptop> <1339135709.6001.22.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Sathya.Perla@emulex.com, netdev@vger.kernel.org To: Jean-Michel Hautbois Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:34246 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755839Ab2FHIWs (ORCPT ); Fri, 8 Jun 2012 04:22:48 -0400 Received: by eaak11 with SMTP id k11so873070eaa.19 for ; Fri, 08 Jun 2012 01:22:47 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 2012-06-08 at 10:14 +0200, Jean-Michel Hautbois wrote: > 2012/6/8 Eric Dumazet : > > On Thu, 2012-06-07 at 14:54 +0200, Jean-Michel Hautbois wrote: > > > >> eth1 Link encap:Ethernet HWaddr 68:b5:99:b9:8d:d4 > >> UP BROADCAST RUNNING SLAVE MULTICAST MTU:4096 Metric:1 > >> RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > >> TX packets:15215387 errors:0 dropped:0 overruns:0 carrier:0 > >> collisions:0 txqueuelen:1000 > >> RX bytes:0 (0.0 B) TX bytes:61476524359 (57.2 GiB) > > > >> qdisc mq 0: dev eth1 root > >> Sent 61476524359 bytes 15215387 pkt (dropped 45683472, overlimits 0 > >> requeues 17480) > > > > OK, and "tc -s -d cl show dev eth1" > > > > (How many queues are really used) > > > > > > > > tc -s -d cl show dev eth1 > class mq :1 root > Sent 9798071746 bytes 2425410 pkt (dropped 3442405, overlimits 0 requeues 2747) > backlog 0b 0p requeues 2747 > class mq :2 root > Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 > class mq :3 root > Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 > class mq :4 root > Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 > class mq :5 root > Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 > class mq :6 root > Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 > class mq :7 root > Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 > class mq :8 root > Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) > backlog 0b 0p requeues 0 Do you have the same distribution on old kernels as well ? (ie only queue 0 is used)