From patchwork Tue Jan 3 08:39:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 121515 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 2E0C5A00C2; Tue, 3 Jan 2023 09:39:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 02EE940693; Tue, 3 Jan 2023 09:39:59 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 92DAD40689 for ; Tue, 3 Jan 2023 09:39:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672735197; x=1704271197; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6CZ8sE4JJx1W+eYvGxk/ZoIaWmsipoiMwkd71fVvlec=; b=ki56puraZb/h8THZ1OYIwbzl2U+v/7OGRvw5lsCXkWqyyNCUmtbi8YuS RnlPQlfsxJ2aW79gTvCprH3hV1lyls3bPK2LkByuJ1jUN7hY42Mk4OrKA m+P3OfflSb1VIzUPsQQeMyQVpPB7pmsuof3ExR0VwPqXd0PHPWKuLMSPj N4fI/6Nb+zxAyQIm/mdRuabIf1uISjT5a0Yn5QYTB672nmNJERSAJizjd Yn+n1AmnkzVEs/O3vIEyk3an2jus/uPxF7TkAfg2uQeaQ9Iuea02uSWwt XMwyan1yu9jFNaGL5TZkW0l4ByUHLLEUqLu4m+WfkjUOZhA0HZNc9RKk3 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10578"; a="322847050" X-IronPort-AV: E=Sophos;i="5.96,296,1665471600"; d="scan'208";a="322847050" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 00:39:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10578"; a="654706400" X-IronPort-AV: E=Sophos;i="5.96,296,1665471600"; d="scan'208";a="654706400" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.188]) by orsmga002.jf.intel.com with ESMTP; 03 Jan 2023 00:39:55 -0800 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V1 0/9]test_plans: add perf test plans Date: Tue, 3 Jan 2023 08:39:42 +0000 Message-Id: <20230103083951.1553786-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 add perf test plans Yingya Han (9): add l3fwd_lpm_ipv4_rfc2544 test plan add l3fwd_lpm_ipv6 test plan add testpmd_perf test plan add vf_l3fwd_em_kernelpf test plan add vf_l3fwd_kernelpf test plan add vf_l3fwd_lpm_ipv4_kernelpf test plan add vf_l3fwd_lpm_ipv4_rfc2544_kernelpf test plan add vf_l3fwd_lpm_ipv6_kernelpf test plan add the index of test plan test_plans/index.rst | 10 +- .../l3fwd_lpm_ipv4_rfc2544_test_plan.rst | 151 +++++++++++ test_plans/l3fwd_lpm_ipv6_test_plan.rst | 148 +++++++++++ test_plans/testpmd_perf_test_plan.rst | 171 +++++++++++++ test_plans/vf_l3fwd_em_kernelpf_test_plan.rst | 201 +++++++++++++++ test_plans/vf_l3fwd_kernelpf_test_plan.rst | 241 ++++++++++++++++++ .../vf_l3fwd_lpm_ipv4_kernelpf_test_plan.rst | 160 ++++++++++++ ...wd_lpm_ipv4_rfc2544_kernelpf_test_plan.rst | 162 ++++++++++++ .../vf_l3fwd_lpm_ipv6_kernelpf_test_plan.rst | 159 ++++++++++++ 9 files changed, 1402 insertions(+), 1 deletion(-) create mode 100644 test_plans/l3fwd_lpm_ipv4_rfc2544_test_plan.rst create mode 100644 test_plans/l3fwd_lpm_ipv6_test_plan.rst create mode 100644 test_plans/testpmd_perf_test_plan.rst create mode 100644 test_plans/vf_l3fwd_em_kernelpf_test_plan.rst create mode 100644 test_plans/vf_l3fwd_kernelpf_test_plan.rst create mode 100644 test_plans/vf_l3fwd_lpm_ipv4_kernelpf_test_plan.rst create mode 100644 test_plans/vf_l3fwd_lpm_ipv4_rfc2544_kernelpf_test_plan.rst create mode 100644 test_plans/vf_l3fwd_lpm_ipv6_kernelpf_test_plan.rst