From patchwork Mon Feb 6 04:36:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 123089 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 8195041BE4; Mon, 6 Feb 2023 05:48:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A4D341611; Mon, 6 Feb 2023 05:48:05 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id AE4A640A7D for ; Mon, 6 Feb 2023 05:48:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675658883; x=1707194883; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=nrwsnZiB5QShws52IeXN9QI+9dWxS4yNCY+a5Mi0Rs0=; b=QTik9l+Vps8fiRZa/JWKXcJr4qXL6RJJXecvG6kLMt4FH8UOjk/c4oS8 YznU6MzurUkhjyCEgFoyUFS01sqwZ4IORr6Kgyj8J+EPhIYYGKxFfV3uH 3JNbWM3WEiArKd5CYt9jRWk7PTZ116yHxeCxBu46M1FLq600MRSDaEmun bagF9iF1zsIVIyXUELNFOY6+xv1GrIHkgNzPRR5MYQXGHvkduzZ7FPR3o 0qvF8iLYEVpLAx/BuXik7oi9I8BZ5ncvw/7cx6V7l4Yq4XB61TYSGr3MR nerED9tvvTItfslXrgXM/Uq+MMW3Eh8VumvBjNnsAp/bSapsU9uvUNa29 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10612"; a="393728877" X-IronPort-AV: E=Sophos;i="5.97,276,1669104000"; d="scan'208";a="393728877" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2023 20:48:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10612"; a="911807780" X-IronPort-AV: E=Sophos;i="5.97,276,1669104000"; d="scan'208";a="911807780" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2023 20:48:01 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 1/4] test_plans/index: add pvp_vhost_async_multi_paths_performance_dsa Date: Mon, 6 Feb 2023 12:36:00 +0800 Message-Id: <20230206043600.3642818-1-weix.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 pvp_vhost_async_multi_paths_performance_dsa_test_plan.rst in testplans/index.rst. Signed-off-by: Wei Ling --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index ea13fc8e..9aa97881 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -132,6 +132,7 @@ The following are the test plans for the DPDK DTS automated test system. pvp_multi_paths_performance_test_plan pvp_multi_paths_vhost_single_core_performance_test_plan pvp_multi_paths_virtio_single_core_performance_test_plan + pvp_vhost_async_multi_paths_performance_dsa_test_plan qinq_filter_test_plan qos_api_test_plan qos_meter_test_plan