From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D002C2B95 for ; Thu, 29 Dec 2016 08:49:14 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 28 Dec 2016 23:49:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,425,1477983600"; d="scan'208";a="47700844" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga005.fm.intel.com with ESMTP; 28 Dec 2016 23:49:13 -0800 Message-ID: <5864BF2A.6020403@intel.com> Date: Thu, 29 Dec 2016 15:45:46 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "lei,yao" , dts@dpdk.org References: <1482996347-21426-1-git-send-email-lei.a.yao@intel.com> In-Reply-To: <1482996347-21426-1-git-send-email-lei.a.yao@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V4] tests: add test for vhost/virtio loopback performance X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 07:49:15 -0000 Thanks, applied into master branch. On 12/29/2016 03:25 PM, lei,yao wrote: > From: lei yao > > This test won't use qemu, but will use two testpmd thread to launch vhost-user and > virtio-user to simulate the qemu user case. > > Signed-off-by: lei yao > ---