Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932556Ab0HKGBZ (ORCPT ); Wed, 11 Aug 2010 02:01:25 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:51425 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751623Ab0HKGBY (ORCPT ); Wed, 11 Aug 2010 02:01:24 -0400 Subject: Re: [RFC PATCH v9 00/16] Provide a zero-copy method on KVM virtio-net. From: Shirley Ma To: xiaohui.xin@intel.com Cc: netdev@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, mst@redhat.com, mingo@elte.hu, davem@davemloft.net, herbert@gondor.hengli.com.au, jdike@linux.intel.com In-Reply-To: <1281490993.3391.25.camel@localhost.localdomain> References: <1281086624-5765-1-git-send-email-xiaohui.xin@intel.com> <1281489804.3391.23.camel@localhost.localdomain> <1281490993.3391.25.camel@localhost.localdomain> Content-Type: text/plain; charset="UTF-8" Date: Tue, 10 Aug 2010 23:01:00 -0700 Message-ID: <1281506460.3391.42.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1946 Lines: 45 On Tue, 2010-08-10 at 18:43 -0700, Shirley Ma wrote: > > Also I found some vhost performance regression on the new > > kernel with tuning. I used to get 9.4Gb/s, now I couldn't get it. > > I forgot to mention the kernel I used 2.6.36 one. And I found the > native > host BW is limited to 8.0Gb/s, so the regression might come from the > device driver not vhost. Something is very interesting, when binding ixgbe interrupts to cpu1, and running netperf/netserver on cpu0, the native host to host performance is still around 8.0Gb/s, however, the macvtap zero copy result is 9.0Gb/s. root@localhost ~]# netperf -H 192.168.10.74 -c -C -l60 -T0,0 -- -m 64K TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 192.168.10.74 (192.168.. 10.74) port 0 AF_INET : cpu bind Recv Send Send Utilization Service Demand Socket Socket Message Elapsed Send Recv Send Recv Size Size Size Time Throughput local remote local remote bytes bytes bytes secs. 10^6bits/s % S % S us/KB us/KB 87380 16384 65536 60.00 9013.59 53.01 8.21 0.963 0.597 Below is perf top output: 578.00 6.5% copy_user_generic_string 381.00 4.3% vmx_vcpu_run 250.00 2.8% schedule 207.00 2.3% vhost_get_vq_desc 204.00 2.3% _raw_spin_lock_irqsave 197.00 2.2% translate_desc 193.00 2.2% memcpy_fromiovec 162.00 1.8% gup_pte_range We can compare your results with mine to see any difference. Thanks Shirley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/