From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by dpdk.org (Postfix) with ESMTP id 64C705A44 for ; Tue, 21 Jul 2015 23:01:56 +0200 (CEST) Received: by padck2 with SMTP id ck2so125574549pad.0 for ; Tue, 21 Jul 2015 14:01:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=tEbxL4n3AqMckqj4db/+lARIiaOPgCa+JHQ0TiSx6JU=; b=A9VKFCsxkuhgQlBD1ME9B58uQ2ascnAmAqKF+qYVyAN72sZyTSgTTAho43vwClhw28 Vy6AsEN69dVxpTwKGdEI3CooNDEBco5r36vDZaZ1SuIuf4OBYOZm0AmRIRL8uksq3CxY UAbeAmoCLIyiPcVulCEk20fQdWsXX6LOmCOFTaJug5jrwGYzu+8d7TzdmAoOaqq2YElK Vx0y/c6zMEgsaOB6ixdlYOBNmpgeMGDvelSiaPmlSawVV5PYyXwMijaYlsAJmwaQNwvI suJIg3hFJE7YtvWY4FvtZZa8lX0/98OfEUZ9M0Dkqd6W32Vz3DMq5sVa6WdfPJgOuAN+ tdAw== X-Gm-Message-State: ALoCoQm4IN59zM1cN7lHKyUIOd4DCO2ef8PIUKADxcR9PtoOBS/WtKyz6wd6xmXD0UEmAUIZJDuE X-Received: by 10.66.140.98 with SMTP id rf2mr78614167pab.138.1437512515423; Tue, 21 Jul 2015 14:01:55 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id nl10sm29159002pdb.38.2015.07.21.14.01.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Jul 2015 14:01:54 -0700 (PDT) Date: Tue, 21 Jul 2015 14:02:05 -0700 From: Stephen Hemminger To: "Jun Xiao" Message-ID: <20150721140205.485d35b4@urahara> In-Reply-To: <----Tc------lRRzc$3e501353-5ebe-4161-b9d4-01ebdf81a6de@cloudnetengine.com> References: <----Tc------lRRzc$3e501353-5ebe-4161-b9d4-01ebdf81a6de@cloudnetengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Tue, 21 Jul 2015 21:01:56 -0000 On Wed, 22 Jul 2015 02:00:42 +0800 "Jun Xiao" wrote: > 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 data 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 have a rough idea. > http://www.cloudnetengine.com/weblog/2015/07/22/vswitches-performance-comparison/ > > Thanks, > Jun Since the real bottleneck in most vswitches is per-packet overhead. I would recommend running RFC-2544 tests for better data. You probably need to use something like pktgen to get enough packets-per-second.