From patchwork Tue Sep 6 11:22:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 115978 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 C713CA0542; Tue, 6 Sep 2022 13:22:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C261940143; Tue, 6 Sep 2022 13:22:28 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 454E1400D6 for ; Tue, 6 Sep 2022 13:22:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662463347; x=1693999347; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=sWR4qm8PNv9u9Fx1MOAOx1srcjFARKzSJuUiV8M3Vc0=; b=OS9L1gvr6QdeA3sR56d2BY3xoV+14KbFX5pPDLtwvLvS5Y3Zc1ItZ3B0 t9IsXjDwxUUloddmHzrzsWEfAPNYzeP7X6x2CjEztjfMelCtm5oF11UiL U6UbAxOPEN1ICdWkq5Eao47L4/EQQyjwrDuf8aSV8e/y3wagkQeS1USYr YHZ6kvOZMqGZMQTAcNF/TLU5a8rvHE5jgueYoqFnKvrIIkYeWCh7lt+1w GZOPojP7LSLBPh941gqdaCretbulTrXuBdBpKJLzk/kiLp5hBJFB9aUTR oabrWl1p1Ea65b64O3cowDLPm9hVXrH9oVL1rHH5u2P34HLfwOn61HfZs Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="358283802" X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208,223";a="358283802" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 04:22:26 -0700 X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208,223";a="644132678" 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:22:25 -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:22:18 +0000 Message-Id: <20220906112219.1136401-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 pvp_vhost_dsa_test_plan to test vhost async dequeue feature. This suite has not been automated now. Xingguang He (1): test_plans/pvp_vhost_dsa_test_plan: modify test plan to test vhost async dequeue test_plans/pvp_vhost_dsa_test_plan.rst | 2411 ++++++------------------ 1 file changed, 570 insertions(+), 1841 deletions(-)