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 95FCDA0C55; Fri, 5 Nov 2021 14:24:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7660B41134; Fri, 5 Nov 2021 14:24:58 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 4E4C040E5A for ; Fri, 5 Nov 2021 14:24:57 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10158"; a="218794849" X-IronPort-AV: E=Sophos;i="5.87,211,1631602800"; d="scan'208";a="218794849" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2021 06:24:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,211,1631602800"; d="scan'208";a="532586967" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga001.jf.intel.com with ESMTP; 05 Nov 2021 06:24:56 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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.12; Fri, 5 Nov 2021 06:24:55 -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.12; Fri, 5 Nov 2021 21:24:53 +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; Fri, 5 Nov 2021 21:24:53 +0800 From: "Tu, Lijuan" To: "An, XiangX" , "dts@dpdk.org" CC: "An, XiangX" Thread-Topic: [dts] [PATCH V2 3/4] tests/l3fwdacl: modify code to adapt avx512 Thread-Index: AQHX0UiIA8UbhMMxckmxNNPX3idWf6v04VGg Date: Fri, 5 Nov 2021 13:24:53 +0000 Message-ID: <36b5e00bd93f4a96a780c03e21fd285b@intel.com> References: <1636008699-16970-1-git-send-email-xiangx.an@intel.com> <1636008699-16970-3-git-send-email-xiangx.an@intel.com> In-Reply-To: <1636008699-16970-3-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 Subject: Re: [dts] [PATCH V2 3/4] tests/l3fwdacl: modify code to adapt avx512 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 Xiang An > Sent: 2021=1B$BG/=1B(B11=1B$B7n=1B(B4=1B$BF|=1B(B 14:52 > To: dts@dpdk.org > Cc: An, XiangX > Subject: [dts] [PATCH V2 3/4] tests/l3fwdacl: modify code to adapt avx512 >=20 > Modify code to adapt rxmod avx512. >=20 > Signed-off-by: Xiang An > --- > tests/TestSuite_l3fwdacl.py | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/tests/TestSuite_l3fwdacl.py b/tests/TestSuite_l3fwdacl.py in= dex > 65c46b0..b812192 100644 > --- a/tests/TestSuite_l3fwdacl.py > +++ b/tests/TestSuite_l3fwdacl.py > @@ -40,6 +40,7 @@ import time > import framework.packet as packet > import framework.utils as utils > from framework.test_case import TestCase > +from framework.settings import load_global_setting, > DPDK_RXMODE_SETTING Useless import