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 1495EA0548; Wed, 15 Jun 2022 11:15:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E17D940220; Wed, 15 Jun 2022 11:15:54 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 7857040040 for ; Wed, 15 Jun 2022 11:15:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655284553; x=1686820553; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=y0z9XuY7BqkQoeqoK5A2MaPPigKbt7KAQiAaOfyF/zc=; b=OgLROEeW+Th4nJ9cEIy4BNxVQGO1W0F+s06FVkRiuhAsf122mN0C7LFd Csj8sTKZjHqUoHgRMpAQVIKnxu1M2VhuU/3YC7aUQUNbLVJG648LG0BNz KHHctWZU6mGdcYFt4lFVrjyh2fhgCJd/27oHNvJyXqVvXjfVCS6KHhnk3 3AhCl2hQiTRy7PMUm5/bk8YrcPwcfZyd84Fux4esI62D8s4RDe+39NG8z lp+yzqKG3XqGdWc8HAmTAzWAdjAasLPUj0cKgflfq0pEGXe9BRvhnkPgg G3evYsF9H7M0S+2PNVEt18zEJ39pLh62+ntmsMr00sHXQlasurOpjXYc5 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="342855792" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="342855792" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:15:51 -0700 Message-Id: <8b0460$idnc6j@orsmga001-auth.jf.intel.com> Date: 15 Jun 2022 02:15:50 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="618377430" 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:15:50 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/unit_tests_eal: fix acl script call error and support different rx_mode From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20220615164925.1583168-1-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 16:49:25 +0000, Yu Jiang wrote: > Since DTS commit "7eaf4b60 tests/l3fwdacl: modify pmd param for acl" has in= correct usage, > fix script to support different rx_mode. >=20 > Signed-off-by: Yu Jiang Applied, thanks