From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D91ED3772 for ; Wed, 22 Jul 2015 10:07:07 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 22 Jul 2015 01:07:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,522,1432623600"; d="scan'208";a="610587826" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 22 Jul 2015 01:07:05 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by IRSMSX104.ger.corp.intel.com ([169.254.5.171]) with mapi id 14.03.0224.002; Wed, 22 Jul 2015 09:07:05 +0100 From: "Gray, Mark D" To: Stephen Hemminger , Jun Xiao Thread-Topic: [dpdk-dev] vswitches performance comparison Thread-Index: AQHQw/in9472XuNhGEKPofq/661qJ53nIrtg Date: Wed, 22 Jul 2015 08:07:04 +0000 Message-ID: <738D45BC1F695740A983F43CFE1B7EA92E2BF8DF@IRSMSX108.ger.corp.intel.com> References: <----Tc------lRRzc$3e501353-5ebe-4161-b9d4-01ebdf81a6de@cloudnetengine.com> <20150721140205.485d35b4@urahara> In-Reply-To: <20150721140205.485d35b4@urahara> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: dev , discuss Subject: Re: [dpdk-dev] vswitches performance comparison 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: Wed, 22 Jul 2015 08:07:08 -0000 > "Jun Xiao" wrote: >=20 > > After CloudNetEngine vswitch technical preview is launched, we > > received quite a few queries on vswitches performance comparison, but > > we cannot simply give a test result on our platform because > > performance varies on different H/Ws and different workloads, and > > that's why we encourage you to try the evaluation package to get real d= ata > on your setup. > > > > Anyway, we share a little more performance data on our H/W which is a > > comparison among native kernel OVS/OVS-DPDK/CNE vswitch under the > most common workload: > > concurrent bi-directional TCP traffics cross hosts, and hope you can ha= ve a > rough idea. > > http://www.cloudnetengine.com/weblog/2015/07/22/vswitches- > performance- > > comparison/ > > > > Thanks, > > Jun >=20 > Since the real bottleneck in most vswitches is per-packet overhead. > I would recommend running RFC-2544 tests for better data. >=20 > You probably need to use something like pktgen to get enough packets-per- > second. Yeah this is the methodology that we use aswell.