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 EF204A0562; Tue, 31 Mar 2020 05:06:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E5B471C0AF; Tue, 31 Mar 2020 05:06:34 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id BD4AA2B8B for ; Tue, 31 Mar 2020 05:06:33 +0200 (CEST) IronPort-SDR: VnExzhkyK8fMwdDSu8KOfR4Kl+q91jUyu939JgBSbBWErMLLlu9T+LyweecsaJcFkJW+VT0ivy FXxJE5zvKIlg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 20:06:32 -0700 IronPort-SDR: 6S3vXKbTFRvxFrPKDXK15mj4FuFGXBocthEaYkhKj1TXlLbJKc5/Bw7cNuilxcvxD6ZB5lQaK5 0hR+Mm9kiOwg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,326,1580803200"; d="scan'208";a="241800148" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 30 Mar 2020 20:06:32 -0700 Received: from fmsmsx607.amr.corp.intel.com (10.18.126.87) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 30 Mar 2020 20:06:31 -0700 Received: from fmsmsx607.amr.corp.intel.com (10.18.126.87) by fmsmsx607.amr.corp.intel.com (10.18.126.87) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 30 Mar 2020 20:06:30 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx607.amr.corp.intel.com (10.18.126.87) 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, 30 Mar 2020 20:06:30 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.213]) with mapi id 14.03.0439.000; Tue, 31 Mar 2020 11:06:28 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1]vhost_dequeue_zero_copy: only two cases must run on fvl40g not all suite Thread-Index: AQHWBnGKQlTEfLlCpkmtAzbrz8AZJahiBddg Date: Tue, 31 Mar 2020 03:06:28 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC03559@SHSMSX101.ccr.corp.intel.com> References: <1585558381-107237-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1585558381-107237-1-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]vhost_dequeue_zero_copy: only two cases must run on fvl40g not all suite 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai > Sent: Monday, March 30, 2020 4:53 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1]vhost_dequeue_zero_copy: only two cases must > run on fvl40g not all suite >=20 > *. two cases only run on flv40g have been added in checklist >=20 > Signed-off-by: Xiao Qimai > --- > tests/TestSuite_vhost_dequeue_zero_copy.py | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vhost_dequeue_zero_copy.py > b/tests/TestSuite_vhost_dequeue_zero_copy.py > index 9e65543..f426fe3 100644 > --- a/tests/TestSuite_vhost_dequeue_zero_copy.py > +++ b/tests/TestSuite_vhost_dequeue_zero_copy.py > @@ -56,7 +56,6 @@ class TestVhostDequeueZeroCopy(TestCase): > """ > Run at the start of each test suite. > """ > - self.verify(self.nic in ("fortville_spirit"), "the port can not = run this suite") >=20 > self.tester.extend_external_packet_generator(TestVhostDequeueZeroCopy, > self) > self.frame_sizes =3D [64, 128, 256, 512, 1024, 1518] > self.dut_ports =3D self.dut.get_ports() > -- > 1.8.3.1