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 326EBA034C; Thu, 22 Dec 2022 09:56:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EAAFC40698; Thu, 22 Dec 2022 09:56:23 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id D6C6A400D7 for ; Thu, 22 Dec 2022 09:56:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671699382; x=1703235382; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=cZlzimUnbX2HGtM1R1abNAupxMTtsQZoX3smZAe79uU=; b=Y4S1mdY/onU2IEqB5GXL1aerLSHkRhWSrLNBNx/DonK4mMSPY/63seZh p11bsTfZjr72KXyqNgyhCfQWTtJ93mJxQvrEkL8OKyKc+edvrFIAnvHE5 9g5HRHNmKVA7NJIV/QKP+xmKp0kQaKBhesp+heAOcU5HFbZs3PaUFBYFN 4LdU2F3gDeXTdoXCrofxBHQwK9hH+1YAb9ldWkRaV3iFSr16pnYfhJvoN h+Wdb9Yk3UhfNTRZ1S6eC3dP2HBS+XoMnJJRxgYPhkn6t8tcXCzBaWmlB 03I4eCTAnw7bKnXC7rGkZlUktQ5g+/NC1l5eIUyLCI3ZTZrgpeQvHCWWc g==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="307765455" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="307765455" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:56:20 -0800 Message-Id: <3d8560$jfgls9@fmsmga007-auth.fm.intel.com> Date: 22 Dec 2022 00:56:18 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="653809547" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="653809547" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:56:18 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [DTS][PATCH V5 3/3] test_plans/ice_dcf_disable_acl_filter: add ice_dcf_disable_acl_filter test plan From: lijuan.tu@intel.com To: dts@dpdk.org,Jin Ling Cc: yuan.peng@intel.com,lijuan.tu@intel.com,Jin Ling In-Reply-To: <20221213030453.3434087-4-jin.ling@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: Jin Ling Errors-To: dts-bounces@dpdk.org On Tue, 13 Dec 2022 11:04:53 +0800, Jin Ling wrote: > The startup time of ACL engine is too long, so add a devargs that customers= can use it to disable/enable ACL engine. > add new test plan to test if ACL engine is disabled. >=20 > Signed-off-by: Jin Ling Acked-by: Lijuan Tu Series applied, thanks