From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Brandeburg Subject: Re: Low performance Intel 10GE NIC (3.2.10) on 2.6.38 Kernel Date: Mon, 18 Apr 2011 14:12:27 -0700 Message-ID: References: <1302253651.4409.2.camel@edumazet-laptop> <1302267400.4409.22.camel@edumazet-laptop> <1302275223.4409.36.camel@edumazet-laptop> <1302330998.2656.113.camel@edumazet-laptop> <4DA3151B.4030507@intel.com> <1302536577.4605.1.camel@edumazet-laptop> <1302761251.3549.198.camel@edumazet-laptop> <1302762810.3549.233.camel@edumazet-laptop> <4DA723F1.7000901@intel.com> <1302800202.2035.32.camel@laptop> <1302800221.3248.39.camel@edumazet-laptop> <1302857857.2388.158.camel@twins> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Peter Zijlstra , Eric Dumazet , Alexander Duyck , netdev , "Kirsher, Jeffrey T" , Mike Galbraith , Thomas Gleixner To: Wei Gu Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:44598 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751675Ab1DRVM3 (ORCPT ); Mon, 18 Apr 2011 17:12:29 -0400 Received: by bwz15 with SMTP id 15so4205298bwz.19 for ; Mon, 18 Apr 2011 14:12:27 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Apr 15, 2011 at 2:14 AM, Wei Gu wrote: > Is there something that I can provide in order to identify the problem? for power state concerns you may want to try running turbostat (available in recent kernels, runs also on older kernels) during the workload in question. Capture the results via something like: cd /home/jbrandeb/linux-2.6.38.2/tools/power/x86/turbostat make for i in `seq 1 10` ; do ./turbostat -v sleep 5 >> turbostat.txt 2>&1 ; done Jesse