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 47E6CA057B; Mon, 30 Mar 2020 13:39:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3233C2BEA; Mon, 30 Mar 2020 13:39:38 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 8C26B2B8B for ; Mon, 30 Mar 2020 13:39:36 +0200 (CEST) IronPort-SDR: pR6OZrPSJzwyCXpNLVBORVmEbwM5HHEw+Ed3LADhr6bInqcLNawdCrduM8ZCavdVCwV92imbrt pnB2WhPDqv2A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 04:39:35 -0700 IronPort-SDR: z2UN4Y8/XcM3QU1n9K4FFVD0kGfxIICLEAv63QHLmhX6Qx4igQNTOb8gjncVfCho6XPYq3Hog9 ujOU/JX6aNNg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,324,1580803200"; d="scan'208";a="241594294" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 30 Mar 2020 04:39:35 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 30 Mar 2020 04:39:35 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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; Mon, 30 Mar 2020 19:39:33 +0800 Received: from shsmsx603.ccr.corp.intel.com ([10.109.6.143]) by SHSMSX603.ccr.corp.intel.com ([10.109.6.143]) with mapi id 15.01.1713.004; Mon, 30 Mar 2020 19:39:33 +0800 From: "Wang, Yinan" 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: AQHWBnGKgET7+da8YUasxh7NJCuI76hhAsVw Date: Mon, 30 Mar 2020 11:39:32 +0000 Message-ID: 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: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.2.0.6 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" 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" Acked-by: Wang, Yinan > -----Original Message----- > From: dts On Behalf Of Xiao Qimai > Sent: 2020=1B$BG/=1B(B3=1B$B7n=1B(B30=1B$BF|=1B(B 16:53 > 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