From patchwork Sun Oct 9 23:42:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Huang, ZhiminX" X-Patchwork-Id: 117750 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 39C4BA0542; Sun, 9 Oct 2022 17:32:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3178C400D5; Sun, 9 Oct 2022 17:32:23 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 1E8C540042 for ; Sun, 9 Oct 2022 17:32:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665329542; x=1696865542; h=from:to:cc:subject:date:message-id; bh=mjm9dEQxq5xjrhoEnMTyUzbL/n7S+Nvo2Wxi+8iWYjI=; b=mM4jnH2BPXes3fqF1dUojBkHM/FvKSKM9BQAxvxywhtcfX1Q7wEoN6Fp sywjOov7eXFmif1UuTJ/ktvT9QRomUpKpHNtcy0wiQzT7QBZ8L9OJoieA z6B2N0er4yLEpyp6+nqIa1MVF+90eYa3mQmBfcr1T5q6Kh6w0DM4BVkXZ ZjGTv90T0d5JaJBAjOTiemxnIlib3eOhzXcuEbx1Arip/QA0ItWzaNIWz EWH1O64h7QSY8XQ1UCHlmW1RGUgCIkSaY/Gsio634gxCHZcoYRELImibm dvpj8x1C0VhgDkQK9sacOSTkcLQ1fnxjdzMsMIR4/lIl9OnNCJaTqNXbG g==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="305089820" X-IronPort-AV: E=Sophos;i="5.95,171,1661842800"; d="scan'208";a="305089820" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 08:32:21 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="620781401" X-IronPort-AV: E=Sophos;i="5.95,171,1661842800"; d="scan'208";a="620781401" Received: from unknown (HELO localhost.localdomain) ([10.239.252.93]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 08:32:20 -0700 From: Zhimin Huang To: dts@dpdk.org Cc: Zhimin Huang Subject: [dts][PATCH V1 0/2] ice_dcf_qos:modify the command according to the dpdk changed Date: Mon, 10 Oct 2022 07:42:41 +0800 Message-Id: <20221009234243.17428-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 1.according to dpdk 5779a8894d154bf0b6b1c13ce5ce5961e1dfc29d,modify testplan/testcase. 2.optimized script,include start testpmd function and throughput calculation. Zhimin Huang (2): test_plans/ice_dcf_qos:modify the command according to the dpdk changed tests/ice_dcf_qos:modify the command according to the dpdk changed test_plans/ice_dcf_qos_test_plan.rst | 798 ++++++++++++------------ tests/TestSuite_ice_dcf_qos.py | 885 ++++++++++++++------------- 2 files changed, 842 insertions(+), 841 deletions(-)