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 45511A00C4; Sat, 29 Jan 2022 04:32:35 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F11A040143; Sat, 29 Jan 2022 04:32:34 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 1584940041 for ; Sat, 29 Jan 2022 04:32:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643427154; x=1674963154; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=176Cd/+iOw/vWwXBPQYVVW9sycvYGymkf8SQn1PF1jQ=; b=m4Pl8EUS3UDGAegRgcnt5l7mc6NuJ9bh/TmGIUPFGaaUIz9emAgEHvjX oAEkQRdtqWlm6XCvS8cJYNlBZy4FJT4GhafKJTQ8JVssgIYcgEA3joAoT m8rJGqCXN/UTnJ0W6nrHhuLz8Czoai3njfO2N9DsTlijRaUd3IBQ2LktY u36Kkt1fmeUIdaqMALXhpSZr7/WAC0i/WdIPvOWtM8MLTcYQieV8v54EP U81RF6jdmLJ70eogIV7/4T97Jmq4wksODrURrKBf373p/BUlFOZ4v0nRE THjIPAm+cOYu1a7defP7ECGzN4w0zee7XtP2dRKa4Upb4RRMrcyMDbb7u g==; X-IronPort-AV: E=McAfee;i="6200,9189,10241"; a="247008272" X-IronPort-AV: E=Sophos;i="5.88,325,1635231600"; d="scan'208";a="247008272" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2022 19:32:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,325,1635231600"; d="scan'208";a="478482895" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga003.jf.intel.com with ESMTP; 28 Jan 2022 19:32:33 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 28 Jan 2022 19:32:32 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sat, 29 Jan 2022 11:32:27 +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.2308.020; Sat, 29 Jan 2022 11:32:27 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Subject: RE: [dts][PATCH V4 3/3] tests/vhost_cbdma: modify test suite sync with test plan change Thread-Topic: [dts][PATCH V4 3/3] tests/vhost_cbdma: modify test suite sync with test plan change Thread-Index: AQHYEpY4rUNxJ+LyuUui5Wtq4sut9Kx5XGDg Date: Sat, 29 Jan 2022 03:32:27 +0000 Message-ID: <41a7d4b1c3f54755ab207d39cebc4bc1@intel.com> References: <20220126092151.916483-1-weix.ling@intel.com> In-Reply-To: <20220126092151.916483-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.6.200.16 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 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 > -----Original Message----- > From: Wei Ling > Sent: 2022=1B$BG/=1B(B1=1B$B7n=1B(B26=1B$BF|=1B(B 17:22 > To: dts@dpdk.org > Cc: Ling, WeiX > Subject: [dts][PATCH V4 3/3] tests/vhost_cbdma: modify test suite sync wi= th test > plan change >=20 > Modify test suite sync with test plan change. > Add '--force-max-simd-bitwidth=3D512' param in case3. > Add skip step when case running on 2M hugepage size testbed. >=20 > Signed-off-by: Wei Ling Series applied.