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 CB071A0548; Wed, 15 Jun 2022 11:07:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C477F40222; Wed, 15 Jun 2022 11:07:37 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id AC34440040 for ; Wed, 15 Jun 2022 11:07:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655284056; x=1686820056; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=7GiaoX7BOL9l+qiSm21XRGd7LkwGFo+Wsu0/P9B8csI=; b=kdrApHIA+tNhtmCvz7fFw/TC8Y0ZV7WrYeswQjf0QUvp3sLJZeC6dAJn uz8JpyQjNAzKlj1I04n6DP+iO8dlX8A62OkcmqIrzHPtqUzTKKcF3DBcN FYaxI1GN3zzWpUpui86CQHYGzIqQcR7Nft9dgC7nqPIP1pzRjWToribXR 3QrCmW0xjqQQVxm4WU/cjRdjsfZW5MdyRRCSF5BOfS7kiTYdBAg/MNIUf Fesmtco6z+N53tatHZCnDfpdTFmhKE2yBbOFl7FBm5L2yWoAIr6l7k+vk TqZfGwndynECMhtpI2Bd9QwxNSx5JPGCT8xM+3p2o2IixgV6/Y6pO0Lpg Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="276464728" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="276464728" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:07:35 -0700 Message-Id: <8b0460$idn9f3@orsmga001-auth.jf.intel.com> Date: 15 Jun 2022 02:07:33 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="618374631" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:07:33 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/l3fwdacl: merge l3fwd-acl with l3fwd and fix to support different force-max-simd-bitwidth From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang ,Lingli Chen In-Reply-To: <20220615124821.1582235-3-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Wed, 15 Jun 2022 12:48:21 +0000, Yu Jiang wrote: > 1, According to dpdk22.07rc1 commit id 6de0ea50e("examples/l3fwd: merge l3f= wd-acl example"), > modify l3fwdacl suite. > 2, Since DTS commit "7eaf4b60 tests/l3fwdacl: modify pmd param for acl" has= incorrect usage, > fix script to support different rx_mode. >=20 > Signed-off-by: Lingli Chen > Signed-off-by: Yu Jiang Series applied, thanks