From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wy0-f171.google.com (mail-wy0-f171.google.com [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id B71E5201A44 for ; Sun, 29 May 2011 10:01:46 -0700 (PDT) Received: by wyb32 with SMTP id 32so3220381wyb.16 for ; Sun, 29 May 2011 10:17:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:cc:in-reply-to:references :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=lYeBmXNw5fHlg9rfX4Lt6t6AeVKhHnPKOvnfhATmJd4=; b=ALuTCb/VfL5zglxEUoBSmlkN4XT7cGTfGXUNnc2VKlktjy7AHFt3jRk9TJbM1Qochv U42ObXbz9EXsHv76qGMnyV9BC3M1NObknEl5uVP6YOXyfcSg345C3gU8XseRkucQCLRd hzHpi9+hqVrmlhGM/7+7BWcd9ScBAsdc1DTJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=A2JDbIObDC/1cSMzaLDiEY+PzufS53+i/LhBTfrV2rsh1G4S8oTjkTUiauf1j9zW7C tGwJkduKLok0/XPrZQd0bCOf9ri3ZTw9gCYfwvGRuruprd4qv0psA4oZ/zNgjXzqK/8r wmC7qSW/Ibcs88WaDs8ezdbhci5Bnm3ILE30Q= Received: by 10.227.195.145 with SMTP id ec17mr4078272wbb.88.1306689455480; Sun, 29 May 2011 10:17:35 -0700 (PDT) Received: from [10.150.51.210] (gw0.net.jmsp.net [212.23.165.14]) by mx.google.com with ESMTPS id et5sm2515146wbb.50.2011.05.29.10.17.34 (version=SSLv3 cipher=OTHER); Sun, 29 May 2011 10:17:34 -0700 (PDT) From: Eric Dumazet To: Dave Taht In-Reply-To: References: <7ifwnxbjyn.fsf@lanthane.pps.jussieu.fr> <7i62otpks1.fsf@lanthane.pps.jussieu.fr> <1306686801.30021.14.camel@edumazet-laptop> Content-Type: text/plain; charset="UTF-8" Date: Sun, 29 May 2011 19:17:29 +0200 Message-ID: <1306689449.30021.16.camel@edumazet-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit Cc: Gabor Juhos , bloat Subject: Re: [Bloat] tiny monsters: multicast packets X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 17:01:47 -0000 Le dimanche 29 mai 2011 à 11:02 -0600, Dave Taht a écrit : > > > The ethernet driver is the ag71xx driver as present in the wndr3700v2 > (and mucho related atheros hardware). Regrettably so far as I can > tell, this one is out of tree, and is incorporated in the openwrt > build via a string of patches. > > https://dev.openwrt.org/browser/trunk/target/linux/ar71xx/files/drivers/net/ag71xx I'll take a look, thanks. > Gabor sent patches for it to me for ethtool that I have not yet tried. > > The kernel being used in capetown[1] is 2.6.37.6. - patched forward > from 2.6.39 for the pfifo ecn bug, the ipv6 ecn bug, and several other > bufferbloat related things like sfb... > Hmm, maybe you could try "perf top" if available to make sure cpu time is used in this driver, not in another layer ?