From patchwork Thu May 18 02:37:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 126966 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 A16A442B31; Thu, 18 May 2023 04:38:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D51542B71; Thu, 18 May 2023 04:38:04 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id B3B2340E25 for ; Thu, 18 May 2023 04:38:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684377482; x=1715913482; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=T3jn7FzbUL28Q1H4VG6PzrhXJI4Ryz3GdWhnbwQIm1A=; b=YDK6vx/tVxNurf7hummm+hdv6qYsw6Vg+/NYiKwrDOyBDfKsyAQKcV2o hHJmR36eFXkC8FEfwgT8LUJ1z/v1JTFqkBQLwy9Zvnb8j33BPTtyknPEX yCvI74gxXBgcKQ4wmaRUX41T9WzieXGHPPoCdJHvS04GSDEgxr7wwL3Fu MU+JgcyCST0hcoA/ue8Fzx/AGOwGWZ85q+pMMVQ3rbcZHjsxm6Ell9PeR HdBIhOiBGzt48JqwxkGcQm1nrL9YC5xA9G4pAX9jFoslw7/vhy7ZVXbfJ QRsOHPhHs64PvEKtYQIG6HL6w3koUTfkx+geOMH4Anb66fcQB56FoHgIz Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10713"; a="349451571" X-IronPort-AV: E=Sophos;i="5.99,284,1677571200"; d="scan'208";a="349451571" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2023 19:38:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10713"; a="791776198" X-IronPort-AV: E=Sophos;i="5.99,284,1677571200"; d="scan'208";a="791776198" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.160]) by FMSMGA003.fm.intel.com with ESMTP; 17 May 2023 19:38:01 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V4 0/3] add i40e_multi_driver_perf test suite Date: Thu, 18 May 2023 02:37:57 +0000 Message-Id: <20230518023757.119857-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.34.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 Yingya Han (3): add i40e_multi_driver_perf test plan add i40e_multi_driver_perf test script add i40e_multi_driver_perf configuration file conf/i40e_multi_driver_perf.cfg | 24 ++ .../i40e_multi_driver_perf_test_plan.rst | 106 ++++++ test_plans/index.rst | 1 + tests/TestSuite_i40e_multi_driver_perf.py | 336 ++++++++++++++++++ 4 files changed, 467 insertions(+) create mode 100644 conf/i40e_multi_driver_perf.cfg create mode 100644 test_plans/i40e_multi_driver_perf_test_plan.rst create mode 100644 tests/TestSuite_i40e_multi_driver_perf.py