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 CDA1BA0546; Wed, 26 May 2021 10:12:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9043F40150; Wed, 26 May 2021 10:12:35 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id C76374003F for ; Wed, 26 May 2021 10:12:33 +0200 (CEST) IronPort-SDR: zNzFuaIJXzgm8NNsC4LVIXFGgJFqCukog092YMzdkpmeN79hpd/AAraTdlFGWVvmld2th1lJiW sPTctgXpihkw== X-IronPort-AV: E=McAfee;i="6200,9189,9995"; a="182734614" X-IronPort-AV: E=Sophos;i="5.82,330,1613462400"; d="scan'208";a="182734614" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2021 01:12:24 -0700 IronPort-SDR: f1bC/lXPAh8aNXSn4ETP57p10v7T+5Rdi25pHbk3KBZ7lZk3sZPatkWjhi3N04kvELVIyY6icC sHSfj1QpuZeA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,330,1613462400"; d="scan'208";a="471775117" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by FMSMGA003.fm.intel.com with ESMTP; 26 May 2021 01:12:24 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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.4; Wed, 26 May 2021 01:12:24 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Wed, 26 May 2021 16:12:22 +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.008; Wed, 26 May 2021 16:12:22 +0800 From: "Tu, Lijuan" To: "Ananyev, Konstantin" , "dts@dpdk.org" CC: "Ananyev, Konstantin" Thread-Topic: [dts] [PATCH] tests/l3fwdacl: try to use highest available method Thread-Index: AQHXS/t8eDASUbqMGkSyZ3GH1lSNyar1daLw Date: Wed, 26 May 2021 08:12:22 +0000 Message-ID: References: <20210518153521.11976-1-konstantin.ananyev@intel.com> In-Reply-To: <20210518153521.11976-1-konstantin.ananyev@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.5.1.3 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] tests/l3fwdacl: try to use highest available method 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 Sender: "dts" > -----Original Message----- > From: dts On Behalf Of Konstantin Ananyev > Sent: 2021=1B$BG/=1B(B5=1B$B7n=1B(B18=1B$BF|=1B(B 23:35 > To: dts@dpdk.org > Cc: Ananyev, Konstantin > Subject: [dts] [PATCH] tests/l3fwdacl: try to use highest available metho= d >=20 > If DPDK version is GE then 20.11.0, then add " --force-max-simd-bitwidth= =3D0" > EAL parameter for l3fwd-acl invocation. > It will ensure that l3fwd-acl will also use highest avaialble on that HW = ACL > classify() method (unless manually ovrwritten by '--alg'). >=20 > Signed-off-by: Konstantin Ananyev Applied, thanks