From patchwork Tue Sep 6 11:20:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 115974 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 3BC39A0542; Tue, 6 Sep 2022 13:20:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C76B40143; Tue, 6 Sep 2022 13:20:34 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id DC553400D6 for ; Tue, 6 Sep 2022 13:20:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662463233; x=1693999233; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hfbhdc+/KbeRW4jYeA4tX6Lab+QZzL7T1Toyx+lD5d8=; b=ZJMEBt6DG+IvgU2DUaZP1RS/op7UW6/a0gxMihHcf8ouZEYkwwrp6Vs/ +jNSWvCrsa3wKA6u+MtfEuC1J/hs7rc+kjI//8zxAlYJ1EfL76AG5E4Dv z5qsm8u1Q0r9oyPSAX2DWmTYw7X24mnhYugudEk3IJwnz8n7H1ZqLbDNx CobTs4CwuV5I6O61nDdPMV/P2ZmeNJ5UtrR/RSvzvjLXC4oOkjBrtHyzn H2rXuV9V278QClX1NBisZQ+sjfR7ypglPNfBSq98oYUCgwXhqO6DKrckB N1y0u+Dg6j7Rqz8BEnz5YaumykA+Rnc6a4CSGPTxgHy2qX9e1AFTEaSgk A==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="382862250" X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208,223";a="382862250" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:20:31 -0700 X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208,223";a="644131881" Received: from dpdk-xingguang-icelake.sh.intel.com ([10.67.119.147]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:20:30 -0700 From: Xingguang He To: dts@dpdk.org Cc: Xingguang He Subject: [dts][PATCH V1 0/1] modify test plan to test vhost async Date: Tue, 6 Sep 2022 11:20:24 +0000 Message-Id: <20220906112025.1136042-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_user_dsa_test_plan to test vhost async dequeue feature. This suite has not been automated now. Xingguang He (1): test_plans/vm2vm_virtio_user_dsa_test_plan: modify test plan to test vhost async dequeue .../vm2vm_virtio_user_dsa_test_plan.rst | 714 +++++++++++------- 1 file changed, 424 insertions(+), 290 deletions(-)