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 CACEBA0503; Wed, 18 May 2022 16:08:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C1DCB40156; Wed, 18 May 2022 16:08:55 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 53E63400D6 for ; Wed, 18 May 2022 16:08:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652882934; x=1684418934; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=QLBmArF1QWorMMMUjbvY+tm+D+D23NPoJ7v5eDsUR0A=; b=Uof0SCUikpIp23n9s64WLlDOhztOYyzI3KdCgwNxz0mH91MmgwpNFHrN x0L28vG6v3kPeyyl3quiJOBodK1RvmuZXPTmLs5S5jbRD4qV5gXmoLpFc Qjw6ThQqhavHBovlUPkEyS+y3a9uTN2RB587x5sdayOgJo5R/LUUxS+w6 KePNzVziqyAz1VcmTY0Cms3GwcYGwqqDa0eBmnm0nSisP2+gxUXuE2ezX wHOGb3vleCdeBNJrt/4RgctGpsMDYAzeJAz0atmJpsH/ifDs/iD3ZGZ4T Hj+pgptBscUFTabzIij2b61eSOA+RgDOOtaxeVSBc8r/Btdy6i6wEE84g Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="271381737" X-IronPort-AV: E=Sophos;i="5.91,235,1647327600"; d="scan'208";a="271381737" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 07:08:53 -0700 Message-Id: <8ea9f5$l9aq5n@fmsmga001-auth.fm.intel.com> Date: 18 May 2022 07:08:52 -0700 X-IronPort-AV: E=Sophos;i="5.91,235,1647327600"; d="scan'208";a="714434753" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 07:08:52 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PTACH V1 3/3]tests/perf_test_base: optimize l3fwd related cases From: lijuan.tu@intel.com To: dts@dpdk.org,Yingya Han Cc: Yingya Han In-Reply-To: <20220518062039.2234504-4-yingyax.han@intel.com> 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: , Reply-To: Yingya Han Errors-To: dts-bounces@dpdk.org On Wed, 18 May 2022 14:20:39 +0800, Yingya Han wrote: > 1) framework already supports rx_mode, delete the avx2/avx512 setting in ca= se. > 2) l3fwd uses the parameters "-E" and "-L" to correspond to EM and LPM mode= s respectively. > the default is LPM mode. >=20 > Signed-off-by: Yingya Han Series applied, thanks