From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A306A5A59 for ; Fri, 17 Jul 2015 05:04:59 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 16 Jul 2015 20:04:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,492,1432623600"; d="scan'208,217,150";a="766090899" Received: from couyang-mobl2.ccr.corp.intel.com (HELO [10.239.204.143]) ([10.239.204.143]) by orsmga002.jf.intel.com with ESMTP; 16 Jul 2015 20:04:56 -0700 Message-ID: <55A870D7.8060803@intel.com> Date: Fri, 17 Jul 2015 11:04:55 +0800 From: "Ouyang, Changchun" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Traynor, Kevin" References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" , Na Zhu , "discuss@openvswitch.org" Subject: Re: [dpdk-dev] [ovs-discuss] ovs-dpdk performance is not good 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: Fri, 17 Jul 2015 03:05:01 -0000 On 7/16/2015 9:45 PM, Traynor, Kevin wrote: > > (re-adding the ovs-discuss list) > > This might be better on the dpdk dev mailing list. For the OVS part, > see this thread > http://openvswitch.org/pipermail/discuss/2015-July/018095.html > > Kevin. > > *From:*Na Zhu [mailto:zhunatuzi@gmail.com] > *Sent:* Wednesday, July 15, 2015 6:16 AM > *To:* Traynor, Kevin > *Subject:* Re: [ovs-discuss] ovs-dpdk performance is not good > > Hi Kevin, > > The interface MTU is 1500, the TCP message size is 16384 and the UDP > message size is 65507. > > How to use DPDK virtio PMD? > in DPDK virtio PMD, it uses mergeable feature to support jumbo frame, the mergeable feature need negotiate with vhost on the backend, so if ovs enable the mergeable feature, and virtio can succeed in negotiating this feature, then jumbo frame can be supported. thanks Changchun > 2015-07-14 20:25 GMT+08:00 Traynor, Kevin >: > > *From:*discuss [mailto:discuss-bounces@openvswitch.org > ] *On Behalf Of *Na Zhu > *Sent:* Monday, July 13, 2015 3:15 AM > *To:* bugs@openvswitch.org > *Subject:* [ovs-discuss] ovs-dpdk performance is not good > > Dear all, > > I want to use ovs-dpdk to improve my nfv performance. But when i > compare the throughput between standard ovs and ovs-dpdk, the ovs > is better, does anyone know why? > > I use netperf to test the throughput. > > use vhost-net to test standard ovs. > > use vhost-user to test ovs-dpdk. > > My topology is as follow: > > 内嵌图片 1 > > The result is that standard ovs performance is better. Throughput > unit Mbps. > > 内嵌图片 2 > > 内嵌图片 3 > > [kt] I would check your core affinitization to ensure that the > vswitchd > > pmd is on a separate core to the vCPUs (set with > other_config:pmd-cpu-mask). > > Also, this test is not using the DPDK vitrio PMD in the guest > which provides > > performance gains. > > What packet sizes are you using? you should see a greater gain > from DPDK > > at lower packet sizes (i.e. more PPS) >