From patchwork Tue Sep 6 11:15:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 115965 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 221F7A0542; Tue, 6 Sep 2022 13:15:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED14F40143; Tue, 6 Sep 2022 13:15:26 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 386DC400D6 for ; Tue, 6 Sep 2022 13:15:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662462925; x=1693998925; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/mjJsf2GuH6KN1sjzdPvp7VeQIF//oKiiD0uWtyyMv4=; b=UkWNTPRe0kA8pR19noyahyfAE/v3e03irYx8JtIDSZ++14XkwGqTCHuW 8sft7nBlSyh65B/chVSu2K24D1G228QowZOJYTOu0pzsHBNB1yIyZu+x7 PNImbO4fKEgzz7Kcv0JTSJyPJploE1sBjeIZTEe3PxQZz0vbw6MrX0o6Z 2kLhZ5EtpAJX5faC7RYQ1FcJkRkMYLr1c826f2N/QGNpGb4IlLRe5/u6I IFceUZ6GtMRADCyKxeaGXXeDH4gwJdz0vo16kfRPrac0cMDf9qKeg4dNv rB+O0OXoreGw5zbI7suKIIcKI8Ef7XnAlJFJXqzX3AXTaFGnp6BCFy0fr A==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="276305212" X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208,223";a="276305212" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:15:24 -0700 X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208,223";a="591228135" Received: from dpdk-xingguang-icelake.sh.intel.com ([10.67.119.147]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:15:22 -0700 From: Xingguang He To: dts@dpdk.org Cc: Xingguang He Subject: [dts][PATCH V1 0/3] modify vm2vm_virtio_net_perf_dsa_test_plan Date: Tue, 6 Sep 2022 11:15:11 +0000 Message-Id: <20220906111514.1135620-1-xingguang.he@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 From DPDK-22.07, vhost async dequeue is supported in both split and packed ring, so modify vm2vm_virtio_net_perf_dsa testplan to test vhost async dequeue feature. This suite has not been automated now. Xingguang He (3): test_plans/index: modify the test plan name from vm2vm_virtio_net_dsa to vm2vm_virtio_net_perf_dsa test_plans/vm2vm_virtio_net_dsa_test_plan: delete and modify test plan name from vm2vm_virtio_net_dsa to vm2vm_virtio_net_perf_dsa test_plans/vm2vm_virtio_net_perf_dsa_test_plan: modify test plan to test vhost async dequeue test_plans/index.rst | 2 +- ...> vm2vm_virtio_net_perf_dsa_test_plan.rst} | 545 +++++++++--------- 2 files changed, 265 insertions(+), 282 deletions(-) rename test_plans/{vm2vm_virtio_net_dsa_test_plan.rst => vm2vm_virtio_net_perf_dsa_test_plan.rst} (67%)