From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 49778A00C2; Wed, 3 Mar 2021 06:37:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 204861606D4; Wed, 3 Mar 2021 06:37:52 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 02C4C40683 for ; Wed, 3 Mar 2021 06:37:49 +0100 (CET) IronPort-SDR: MlO1R8HrcbTbW2e9S85bqWx1s2+P7T5+SAQhOkcATozZp96PYsQlSyXnDhnkwig1l9cUlh/yr/ 1s7UG1dxZBBQ== X-IronPort-AV: E=McAfee;i="6000,8403,9911"; a="174744375" X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="174744375" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 21:37:47 -0800 IronPort-SDR: kIcvmuDtDvosL6RDGbumXbZ5YL7NKEnsFfo3fL0uGeYZh5ulyrXhIoJJWfq5ycgkUhd04pSBRm tsSmZCOBpxBQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="399509978" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga008.fm.intel.com with ESMTP; 02 Mar 2021 21:37:47 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 2 Mar 2021 21:36:23 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 3 Mar 2021 13:36:22 +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.2106.002; Wed, 3 Mar 2021 13:36:22 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V3] tests/vm2vm_virtio_user:fix send packet count wrong issue sync with testplan and optimization script code Thread-Index: AQHXD+5xPQ+5l/tswU6576htjK+NV6pxvlow Date: Wed, 3 Mar 2021 05:36:21 +0000 Message-ID: <65e42cf6a40f437d8080fe5f8919cc48@intel.com> References: <20210303053014.220817-1-weix.ling@intel.com> In-Reply-To: <20210303053014.220817-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_user:fix send packet count wrong issue sync with testplan and optimization script code X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" > 1.Fix test case 12 and 13 check packet count wrong issue sync with > testplan. > 2.Modify send_* patch function name for increase readability. > 3.Add check step about execution drivername is igb_uio or not when > run CBDMA test case. >=20 > Signed-off-by: Ling Wei Applied, thanks