From patchwork Mon Nov 28 01:54:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 120168 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BB504A0093; Mon, 28 Nov 2022 02:54:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BA804067C; Mon, 28 Nov 2022 02:54:27 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 1EB9640156 for ; Mon, 28 Nov 2022 02:54:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669600465; x=1701136465; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3Ry5sXS3zZL/MimeFEUILR7Wn7zgENHjm4rqaYrbhcA=; b=N5Vs/u14OaSV2TPgrfh650yxbp5tp82G4yyMZ2jPniILCztJJRMCSYCb z6/KWWUvcakTh9+FOYW0yS26TEbdApuWU3n7ybi/S6DjdoCL75TaX02OP G1FAhHw7B6sfh9UeDR2b4/tkhnj6Ic8HNRdiOgVCtMxIUaRc3nvbQs0cs ml5G/oNBBLXNnFYV5AsM7jno20SgfOwyNftzad7PCM2UG6LwQNTCoCwbE E/iyXbE9S4PH0X9KUII7fkxQN+pfvrIkRgmEXUf8NobDpPjjJSx7wIzwH 2LXfVqV2tvjsiLlwhxDm3BXY5q2wrkdi9qRKD+TdioriooNblx9VHfYk1 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="314762922" X-IronPort-AV: E=Sophos;i="5.96,199,1665471600"; d="scan'208";a="314762922" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Nov 2022 17:54:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="817652939" X-IronPort-AV: E=Sophos;i="5.96,199,1665471600"; d="scan'208";a="817652939" Received: from dpdk-lingjin.sh.intel.com ([10.67.115.8]) by orsmga005.jf.intel.com with ESMTP; 27 Nov 2022 17:54:21 -0800 From: jinling To: dts@dpdk.org Cc: lijuan.tu@intel.com, jinling Subject: [dts][PATCH V1 0/3] add ice_dcf_disable_acl_filter Date: Mon, 28 Nov 2022 09:54:13 +0800 Message-Id: <20221128015416.4018440-1-jin.ling@intel.com> X-Mailer: git-send-email 2.25.1 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 Add ice_dcf_disable_acl_filter_test_plan in test_plans and TestSuite_ice_dcf_disable_acl_filter.py in testsuites to test acl engine is disabled after adding "acl=off" in cmdline when launching testpmd. jinling (3): test_plans/index.rst: add ice_dcf_disable_acl_filter test plan tests/ice_dcf_disable_acl_filter: add new test suite test_plans/ice_disable_acl_filter: add ice_dcf_disable_acl_filter test plan .../ice_dcf_disable_acl_filter_test_plan.rst | 252 +++++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_dcf_disable_acl_filter.py | 267 ++++++++++++++++++ 3 files changed, 520 insertions(+) create mode 100644 test_plans/ice_dcf_disable_acl_filter_test_plan.rst create mode 100644 tests/TestSuite_ice_dcf_disable_acl_filter.py