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 5BBC9A0093; Tue, 19 May 2020 03:58:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 51DF21D55F; Tue, 19 May 2020 03:58:15 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C38071D515 for ; Tue, 19 May 2020 03:58:12 +0200 (CEST) IronPort-SDR: U48lBd90Dy/2Q39TYyiJ5nlmKm+sLJ9yMwsiXmHJ++vc1kr83HZtho1SGB9TXM4GSXZGM4neMj hnLPZkna7cJg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2020 18:58:11 -0700 IronPort-SDR: SDG/m0aJC5wwtr7EzmxNcI8hiu28EOF7SXGUgtwQIsVP1i2udL/RXWpoG1T2SgO/k5IJK9+Vuo +vcCPIx1nuXw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,408,1583222400"; d="scan'208";a="411469143" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 18 May 2020 18:58:11 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 18 May 2020 18:58:11 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 18 May 2020 18:58:11 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 18 May 2020 18:58:10 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.178]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.50]) with mapi id 14.03.0439.000; Tue, 19 May 2020 09:58:08 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1]vm2vm_virtio_pmd: delete unnecessary code Thread-Index: AQHWKdavJdytpDZd3UmXx30afPj52Kiurhlg Date: Tue, 19 May 2020 01:58:08 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC3EDB6@SHSMSX101.ccr.corp.intel.com> References: <1589450074-137645-1-git-send-email-qimaix.xiao@intel.com> <1589450074-137645-2-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1589450074-137645-2-git-send-email-qimaix.xiao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]vm2vm_virtio_pmd: delete unnecessary code 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" This was covered by Yinan' s patch, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai > Sent: Thursday, May 14, 2020 5:55 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1]vm2vm_virtio_pmd: delete unnecessary code >=20 > *. remove unnecessary code >=20 > Signed-off-by: Xiao Qimai > --- > tests/TestSuite_vm2vm_virtio_pmd.py | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vm2vm_virtio_pmd.py > b/tests/TestSuite_vm2vm_virtio_pmd.py > index d1fce80..d4ffdc7 100644 > --- a/tests/TestSuite_vm2vm_virtio_pmd.py > +++ b/tests/TestSuite_vm2vm_virtio_pmd.py > @@ -1,4 +1,3 @@ > -710703wyn > # BSD LICENSE > # > # Copyright(c) <2019> Intel Corporation. > -- > 1.8.3.1