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 AD80FA0C53; Tue, 30 Nov 2021 04:24:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A15DC40683; Tue, 30 Nov 2021 04:24:00 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 2DC5B4003C for ; Tue, 30 Nov 2021 04:23:59 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10183"; a="216149434" X-IronPort-AV: E=Sophos;i="5.87,275,1631602800"; d="scan'208";a="216149434" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2021 19:23:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,275,1631602800"; d="scan'208";a="608976674" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga004.jf.intel.com with ESMTP; 29 Nov 2021 19:23:57 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Mon, 29 Nov 2021 19:23:57 -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; Tue, 30 Nov 2021 11: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 mapi id 15.01.2308.020; Tue, 30 Nov 2021 11:23:50 +0800 From: "Tu, Lijuan" To: "An, XiangX" , "dts@dpdk.org" CC: "An, XiangX" Subject: RE: [dts][PATCH V2 2/2] tests/unit_tests_eal: modify pmd param for acl Thread-Topic: [dts][PATCH V2 2/2] tests/unit_tests_eal: modify pmd param for acl Thread-Index: AQHX4ETkEgkhZD68SUKC0PpOAW+ycKwbcsUg Date: Tue, 30 Nov 2021 03:23:49 +0000 Message-ID: <8fa3de1f88144712a297d55123334fb8@intel.com> References: <1637656453-236696-1-git-send-email-xiangx.an@intel.com> <1637656453-236696-2-git-send-email-xiangx.an@intel.com> In-Reply-To: <1637656453-236696-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(B23=1B$BF|=1B(B 16:34 > To: dts@dpdk.org > Cc: An, XiangX > Subject: [dts][PATCH V2 2/2] tests/unit_tests_eal: modify pmd param for a= cl >=20 > While test with acl, whatever the dpdk's rx_mode is, always use "force-ma= x- > simd-bitwidth=3D0" as the launch parameter for dpdk. >=20 > Signed-off-by: Xiang An Applied