From patchwork Fri Oct 7 00:31:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 117488 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 34953A00C2; Thu, 6 Oct 2022 18:20:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D30340E2D; Thu, 6 Oct 2022 18:20:56 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 150D440042 for ; Thu, 6 Oct 2022 18:20:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665073254; x=1696609254; h=from:to:cc:subject:date:message-id; bh=zTMuvKLAirVWUIgU18RPKZlvhvAI5k9GPKN8j4itnfg=; b=m9TFAVxgBfOkn7j5n3vU7bApvmGSUbuXW3CVtt3WJxjoEcppvjB96zt+ btHblNAAebqYeb0A35DTTPr4/dfnAZLy5IF8VYsO9Uo1CQq4ZwbhPDOUK JPs+WzP4wY2KKcC8GSXU7DcPRSnCe4kaCMMULRegBMQr0r0Jwu8FS2mRs eUQW9LIQQV5GJc/8EnoVZ2tgJZRkHGVRIo4T3CuS1ZyD1Yo7okeNmSR9w yaOkhw4dTP7JPm3m+xhIQ8T/C2me2T0mObyeBhL6+RgnN0C/o4wD8LrW8 toU/FQ2giDdQw/uBGRBD+oP0RY+ueHpcJxHUG3hmBDmcWEOY8vvXp/nbD w==; X-IronPort-AV: E=McAfee;i="6500,9779,10492"; a="303469893" X-IronPort-AV: E=Sophos;i="5.95,164,1661842800"; d="scan'208";a="303469893" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2022 09:20:52 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10492"; a="575888429" X-IronPort-AV: E=Sophos;i="5.95,164,1661842800"; d="scan'208";a="575888429" Received: from unknown (HELO cvl_100g_103.icx.intel.com) ([10.239.252.93]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2022 09:20:51 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Subject: [dts][PATCH V6 0/3] modify cases to check dcf as a full feature pmd Date: Fri, 7 Oct 2022 08:31:34 +0800 Message-Id: <20221007003137.12787-1-zhiminx.huang@intel.com> X-Mailer: git-send-email 2.17.1 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 The series of E810 make dcf as full feature pmd in dpdk22.07. 1.add interface to support dcf mode. 2.add test dcf description in testplan. 3.modify test case to support dcf mode. Zhimin Huang (3): framework/*:add config dcf mode in execution file test_plans/*:modify cases to check dcf as a full feature pmd tests/*:modify cases to check dcf as a full feature pmd framework/dts.py | 6 +++ framework/settings.py | 1 + test_plans/kernelpf_iavf_test_plan.rst | 14 ++++++- test_plans/stats_checks_test_plan.rst | 16 ++++++- test_plans/vf_macfilter_test_plan.rst | 22 ++++++++++ test_plans/vf_offload_test_plan.rst | 18 +++++++- test_plans/vf_rss_test_plan.rst | 15 ++++++- test_plans/vf_smoke_test_plan.rst | 17 +++++++- test_plans/vf_vlan_test_plan.rst | 16 ++++++- tests/TestSuite_kernelpf_iavf.py | 58 ++++++++++++++++++-------- tests/TestSuite_stats_checks.py | 23 ++++++++-- tests/TestSuite_vf_macfilter.py | 30 ++++++++++++- tests/TestSuite_vf_offload.py | 42 ++++++++++++++----- tests/TestSuite_vf_rss.py | 39 +++++++++++++---- tests/TestSuite_vf_smoke.py | 18 +++++++- tests/TestSuite_vf_vlan.py | 45 +++++++++++++++----- 16 files changed, 322 insertions(+), 58 deletions(-)