From patchwork Tue Dec 13 03:04:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 120782 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 E2585A0540; Tue, 13 Dec 2022 04:06:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BC33340684; Tue, 13 Dec 2022 04:06:31 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 2106140146 for ; Tue, 13 Dec 2022 04:06:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670900790; x=1702436790; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Wi5exYCoTx4ZYBlrXyWH+IV1uL2UZGlK9x5nuHJiXWI=; b=MMhKfYlAn3VHELEGfpOa6PUx0iyEQ6TiHsTuhJd6pL+tpUSIqQTKsYTd omw6WaggSKxEHQAqHvjDIJqh5xfWyh5+sKNSr65whrGtQTPBekLK9Q+tj P0tMr7+jF+18Cs8K3ANvBHnqoH3Uj2O5DUUS7J8cD9SXXEYgkGysRC/7r naWYIVZmukMqc2FCzd7TaTXV69zB7eRiXRwbXBxh/rKBFeSpPaNkmdKKf 5jXoMP4XT2Rm9EtqNEU6MX02UXZCaOo3V33ha/vuAIEoBiO95A8fier5S 20l8N3S0fQdDa3IrCjXXNgbmFzeIhYgVuINDTs0hyFSoEPOww/O4Kwikp w==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="345085495" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="345085495" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 19:06:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="772829054" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="772829054" Received: from dpdk-lingjin.sh.intel.com ([10.67.115.8]) by orsmga004.jf.intel.com with ESMTP; 12 Dec 2022 19:06:25 -0800 From: Jin Ling To: dts@dpdk.org Cc: yuan.peng@intel.com, lijuan.tu@intel.com, Jin Ling Subject: [DTS][PATCH V5 0/3] add ice_dcf_disable_acl_filter Date: Tue, 13 Dec 2022 11:04:50 +0800 Message-Id: <20221213030453.3434087-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 tests to test if ACL engine is disabled after adding "acl=off" in cmdline when launching testpmd. Jin Ling (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_dcf_disable_acl_filter: add ice_dcf_disable_acl_filter test plan .../ice_dcf_disable_acl_filter_test_plan.rst | 231 ++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_dcf_disable_acl_filter.py | 291 ++++++++++++++++++ 3 files changed, 523 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 --- 2.25.1