From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0C6016A56 for ; Thu, 27 Feb 2014 10:35:23 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 27 Feb 2014 01:36:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,553,1389772800"; d="scan'208";a="463316315" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga001.jf.intel.com with ESMTP; 27 Feb 2014 01:36:47 -0800 Received: from irsmsx153.ger.corp.intel.com (163.33.192.75) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.123.3; Thu, 27 Feb 2014 09:36:38 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.84]) by IRSMSX153.ger.corp.intel.com ([169.254.9.61]) with mapi id 14.03.0123.003; Thu, 27 Feb 2014 09:36:38 +0000 From: "Richardson, Bruce" To: Jun Han , "dev@dpdk.org" Thread-Topic: [dpdk-dev] l2fwd/l3fwd performance drop of about 25% ? Thread-Index: AQHPMmzqWKMZrwoQyUervfePcu/7lJrHtzQw Date: Thu, 27 Feb 2014 09:36:37 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B01A9A0087@IRSMSX103.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] l2fwd/l3fwd performance drop of about 25% ? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 09:35:24 -0000 > Hi all, >=20 > I have a quick question regarding the performance of DPDK l2fwd (Same > problem with l3fwd). I am seeing that when we start multiple ports (e.g., > 12 ports), for 64 byte packets, the RX rate is only at around 11 Mpps per > port, instead of 14.88 Mpps which is the line rate (with preablem+start o= f > delimeter + interframe gap). Do you know what could be the problem? I am > describing my experiment setup below. When using both ports on a dual-port 10G NIC, you cannot hit line rate on b= oth ports with 64-byte packets due to a lack of PCI bandwidth (for PCI Gen2= x8). If you try with two ports on different NICs you should be getting bet= ter performance, as traffic for small packets for a single port at 10G can= be handled by the PCI slot. With larger packet sizes, e.g. 128 byte packet= s, the issue also goes away and the NICs can manage full line rate.