From patchwork Tue Sep 6 11:18:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 115972 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 9985BA0542; Tue, 6 Sep 2022 13:18:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9321D40143; Tue, 6 Sep 2022 13:18:33 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 09D4E400D6 for ; Tue, 6 Sep 2022 13:18:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662463112; x=1693999112; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GyBOsR6SiL/ugVsMOvl4CFhz0OHrxdByl06R0Z6LVEw=; b=Q/Gu0TrfLxSxbOvXOKeoPgUwsEmT/4jnIREoGxOi8xd5zKXr4ERgmmHd a+3L0TLqvbpIeN/oJ/ckzfzEopm5dXmIS1F/cf2qBnz9cea2AjVkRwh5L 7MwvGL/j2AToCQEU63Ng2iHg+WREN3Wv+8Ufjf3rve590NT6K/HdEYn8K pczbfDuZ0vaObmGfSFtqQbtMpcZabBAF6e0iW9F8bsFeUVM6/uoqUlcCl B0f5aSwKP7r1jmHBzqK9Z/YpG6a0nCcSTbwGPF/3QRdpMFvD+nqSqDxNG 1WKqrj/S5Y1ILl6Hxkv7dFMYTQ6/+TbIfR7gULmYr6CzLmnOEO6ZYrutx Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="276305796" X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208,223";a="276305796" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:18:31 -0700 X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208,223";a="644130961" 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:18:29 -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:18:23 +0000 Message-Id: <20220906111824.1135920-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 loopback_virtio_user_server_mode_dsa_test_plan to test vhost async dequeue feature. This suite has not been automated now. Xingguang He (1): test_plans/loopback_virtio_user_server_mode_dsa_test_plan: modify test plan to test vhost async dequeue ..._virtio_user_server_mode_dsa_test_plan.rst | 315 +++++++++--------- 1 file changed, 159 insertions(+), 156 deletions(-)