From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: RE: Low performance Intel 10GE NIC (3.2.10) on 2.6.38 Kernel Date: Mon, 11 Apr 2011 17:42:57 +0200 Message-ID: <1302536577.4605.1.camel@edumazet-laptop> References: <1302167168.3357.12.camel@edumazet-laptop> <1302176811.3357.15.camel@edumazet-laptop> <4D9DDF43.9080302@intel.com> <1302192218.3357.47.camel@edumazet-laptop> <4D9DE465.1080008@intel.com> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Alexander Duyck , netdev , "Kirsher, Jeffrey T" To: Wei Gu Return-path: Received: from mail-wy0-f174.google.com ([74.125.82.174]:51003 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673Ab1DKPnC (ORCPT ); Mon, 11 Apr 2011 11:43:02 -0400 Received: by wya21 with SMTP id 21so4906029wya.19 for ; Mon, 11 Apr 2011 08:43:01 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Le lundi 11 avril 2011 =C3=A0 23:14 +0800, Wei Gu a =C3=A9crit : > I tried the ixgbe-3.3.8 (insmod ixgbe.ko RSS=3D8,8,8,8,8,8,8,8 FdirMo= de=3D0,0,0,0,0,0,0,0 Node=3D0,0,1,1,2,2,3,3) from e1000.sf.net both on= 2.6.35.1 and 2.6.35.2, same observation as 3.2.10 ixgbe driver, On 2.6= =2E35.2 it have high rx errors: > Ethtool -S eth10 |grep error > rx_errors: 0 > tx_errors: 0 > rx_over_errors: 0 > rx_crc_errors: 0 > rx_frame_errors: 0 > rx_fifo_errors: 0 > rx_missed_errors: 2263088 > tx_aborted_errors: 0 > tx_carrier_errors: 0 > tx_fifo_errors: 0 > tx_heartbeat_errors: 0 > rx_long_length_errors: 0 > rx_short_length_errors: 0 > rx_csum_offload_errors: 0 > fcoe_last_errors: 0 >=20 It would be nice you post perf record / perf report results During your stress , do perf record -a -g sleep 10 perf report And post "top offenders" Thanks