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 17C05A0C4C; Mon, 22 Nov 2021 16:23:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1189F40DF4; Mon, 22 Nov 2021 16:23:58 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id DB2444003C for ; Mon, 22 Nov 2021 16:23:56 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10175"; a="233525000" X-IronPort-AV: E=Sophos;i="5.87,255,1631602800"; d="scan'208";a="233525000" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 07:23:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,255,1631602800"; d="scan'208";a="552532599" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga008.fm.intel.com with ESMTP; 22 Nov 2021 07:23:51 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Mon, 22 Nov 2021 07:23:50 -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.2242.12; Mon, 22 Nov 2021 23:23:48 +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.2242.012; Mon, 22 Nov 2021 23:23:48 +0800 From: "Tu, Lijuan" To: "An, XiangX" , "dts@dpdk.org" CC: "An, XiangX" Subject: RE: [dts][PATCH V1 2/2] tests/unit_tests_eal: modify code to adapt avx512 Thread-Topic: [dts][PATCH V1 2/2] tests/unit_tests_eal: modify code to adapt avx512 Thread-Index: AQHX2gdKJgKOYGsDxEulJd6VrXAWLqwPtTvw Date: Mon, 22 Nov 2021 15:23:48 +0000 Message-ID: <6ef134ef5aee4a879b417bc2544c9d74@intel.com> References: <1636970295-178745-1-git-send-email-xiangx.an@intel.com> <1636970295-178745-2-git-send-email-xiangx.an@intel.com> In-Reply-To: <1636970295-178745-2-git-send-email-xiangx.an@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: Xiang An > Sent: 2021=1B$BG/=1B(B11=1B$B7n=1B(B15=1B$BF|=1B(B 17:58 > To: dts@dpdk.org > Cc: An, XiangX > Subject: [dts][PATCH V1 2/2] tests/unit_tests_eal: modify code to adapt a= vx512 >=20 > Whatever the rx_mode is, all use "force-max-simd-bitwidth=3D0" as default > parameter. >=20 > Signed-off-by: Xiang An The subject is confused, force-max-simd-bitwidth=3D0 means use the maximum = simd bitwidth, not 512.=20 If the testbed is 256, it use AVX2. thanks