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 D32E9A0C46; Fri, 18 Jun 2021 09:42:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BFBBA40150; Fri, 18 Jun 2021 09:42:27 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id C02A640142 for ; Fri, 18 Jun 2021 09:42:25 +0200 (CEST) IronPort-SDR: WVdqmC2kx0H6RFDUjXi6VDECEyO69vfxFpxbu+vW8ut29yHGdJ3doAbLAGRcMM2g7ePtm0W+Pg mawMlczUyTYA== X-IronPort-AV: E=McAfee;i="6200,9189,10018"; a="186205140" X-IronPort-AV: E=Sophos;i="5.83,283,1616482800"; d="scan'208";a="186205140" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2021 00:42:24 -0700 IronPort-SDR: EdvBYLCzyh3R1/+5Uvf7ar8+gdfaFj2dwA8d1oGqFsz30S8JNFjS+QVN+oDE52Ndhq3yi+fG/W lLRMCRCK1olA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,283,1616482800"; d="scan'208";a="485593972" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga001.jf.intel.com with ESMTP; 18 Jun 2021 00:42:24 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Fri, 18 Jun 2021 00:42:23 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Fri, 18 Jun 2021 15:42:21 +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; Fri, 18 Jun 2021 15:42:21 +0800 From: "Tu, Lijuan" To: "Ananyev, Konstantin" , "dts@dpdk.org" CC: "Ananyev, Konstantin" Thread-Topic: [dts] [PATCH] tests/unit_tests_eal: modify ACL test to enhnace test coverage Thread-Index: AQHXYnf1O4NrI7oETE2mde0LPLrApasZZfQQ Date: Fri, 18 Jun 2021 07:42:21 +0000 Message-ID: References: <20210517175253.1007-1-konstantin.ananyev@intel.com> In-Reply-To: <20210517175253.1007-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/unit_tests_eal: modify ACL test to enhnace test coverage 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 1:53 > To: dts@dpdk.org > Cc: Ananyev, Konstantin > Subject: [dts] [PATCH] tests/unit_tests_eal: modify ACL test to enhnace t= est > coverage >=20 > Modify test_acl() to run with " --force-max-simd-bitwidth=3D0". > That will ensure validation of all supported on given HW ACL algorithms. >=20 > Signed-off-by: Konstantin Ananyev Applied, thanks