From patchwork Wed Sep 7 03:05:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 115993 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 5E9F0A0542; Wed, 7 Sep 2022 05:05:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3610140143; Wed, 7 Sep 2022 05:05:15 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id BFF4340042 for ; Wed, 7 Sep 2022 05:05:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662519913; x=1694055913; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=7Q/e+vF9tdQE1kGDMUIvxnpXaha8uaawXY2/zPZK8Xc=; b=SXwbaSo7EtLgUQWoiP7bJ2iN3eOvm05ZpgOZ+qHRhgCNLZZjNBapu6sC kIuqS9y1Un+tfuyUFUruMd0Az7nNeANgaxsocxf46wtW1gzED1pbJcVOH qP1FMFktXVkEcPo6E4mv1XV+N0RawjJU5+Q4cZJlLckGbeR1D1gCBSKRn /i1EPSbhx3qUNKc5rE6xn8rdfjR3dZP4yEKY7+SkFXSw7o5J0jQZ+8AoI 7s5OLux9gDbbtK7bPrvoPNNnH9eOraOlLRnXiInB+7GbuprX0epN2cguR t+LwacIkVNYsZLwtAXrvCYqV4j2e42KFV3LCPmFU0n6fF2xjApNPsMG7j g==; X-IronPort-AV: E=McAfee;i="6500,9779,10462"; a="277158379" X-IronPort-AV: E=Sophos;i="5.93,295,1654585200"; d="scan'208,223";a="277158379" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 20:05:12 -0700 X-IronPort-AV: E=Sophos;i="5.93,295,1654585200"; d="scan'208,223";a="591514957" 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 20:05:11 -0700 From: Xingguang He To: dts@dpdk.org Cc: Xingguang He Subject: [dts][PATCH V2 0/3] modify vm2vm_virtio_net_perf_dsa_test_plan Date: Wed, 7 Sep 2022 03:05:04 +0000 Message-Id: <20220907030507.1186225-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 test plan 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%)