From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 65B84A09FF; Wed, 30 Dec 2020 06:39:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 333982B8E; Wed, 30 Dec 2020 06:39:02 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BC6C92B8C for ; Wed, 30 Dec 2020 06:38:59 +0100 (CET) IronPort-SDR: oaAISaWEAJ8v347VwXclivsSv6LhOHHnGTUjfPwHblD9efL2SHr7aU2uZbOTxGczOvL6Iml15H RqiRQiFsmA0g== X-IronPort-AV: E=McAfee;i="6000,8403,9849"; a="173061984" X-IronPort-AV: E=Sophos;i="5.78,460,1599548400"; d="scan'208";a="173061984" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Dec 2020 21:38:57 -0800 IronPort-SDR: O11/2NGtMZn2iOgL0GV4JGuGOOOWtX1ch0YYziw6YnQ2Y13b5sJUGJqZKm8sfkUkpEWTx5j7ZH OJkozIgeiJ9A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,460,1599548400"; d="scan'208";a="400493864" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by FMSMGA003.fm.intel.com with ESMTP; 29 Dec 2020 21:38:57 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 29 Dec 2020 21:38:57 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 30 Dec 2020 13:38:55 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 30 Dec 2020 13:38:55 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V3] tests/vm2vm_virtio_net_perf:Modify Case5-6 sync with test plan and optimize other case Thread-Index: AQHW3lrN5f+KzGA1YUeE2Pnifer6o6oPH11w Date: Wed, 30 Dec 2020 05:38:55 +0000 Message-ID: References: <20201230111357.875720-1-weix.ling@intel.com> In-Reply-To: <20201230111357.875720-1-weix.ling@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V3] tests/vm2vm_virtio_net_perf:Modify Case5-6 sync with test plan and optimize other case 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > v1:Modify Case5-6 sync with test plan and optimize other case. >=20 > v2:Use conf/vm2vm_virtio_net_perf.cfg as case2 expected value. >=20 > v3:Use conf/vm.cfg config QEMU 3.0 to start vms in this suite. >=20 > Signed-off-by: Ling Wei Applied