From patchwork Tue Sep 6 11:17: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: 115969 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 15EA0A0542; Tue, 6 Sep 2022 13:17:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1019B40143; Tue, 6 Sep 2022 13:17:15 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 25F33400D6 for ; Tue, 6 Sep 2022 13:17:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662463033; x=1693999033; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PMd7Q+GpdzFVfRQNhTfvRJeNJOYnXkGqLMy25LiLhwg=; b=fABJz5wbPD26b6JKHnRprknR74YofhWeVzS+V2r6p0UyB4Y4SLz5K73w YKUGiKAqnvGKGcbwoT2a7ojo0vSDEjp7uhutg1uGJZaWO3Vj/6A1K0Jc+ fXuFFJH0450pLQSC0e8frQYlBxYUiDv3/UrI1T7OHhUZ85OkkZxg2VRkt MxjGQCN0Rc3niuOZPFFyfMfIFkn+eUzOptP7qzfQQ98G9CEd5f6lKQxHl K07v+d1TqiCe/m3tfMDGRLR8IktA9xCaTaCOoHkXmN+fcmtG+RCIKqjl4 H535/dt3zMmXFmQBAz1qEdZO6s+3awQWUiWK2d8Py5rc7Bnv/tZIa41mm w==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="358282794" X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="358282794" 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:17:12 -0700 X-IronPort-AV: E=Sophos;i="5.93,294,1654585200"; d="scan'208";a="644130537" 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:17:11 -0700 From: Xingguang He To: dts@dpdk.org Cc: Xingguang He Subject: [dts][PATCH V1 0/2] add vm2vm_virtio_pmd_dsa_test_plan Date: Tue, 6 Sep 2022 11:17:04 +0000 Message-Id: <20220906111706.1135805-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 Add test plan to test vhost async data-path with virito-pmd as front-end. This suite has not been automated now. Xingguang He (2): test_plans/index: add vm2vm_virtio_pmd_dsa test plan into test_plans/index test_plans/vm2vm_virtio_pmd_dsa_test_plan: add vm2vm_virtio_pmd_dsa_test_plan.rst into test_plans test_plans/index.rst | 1 + test_plans/vm2vm_virtio_pmd_dsa_test_plan.rst | 930 ++++++++++++++++++ 2 files changed, 931 insertions(+) create mode 100644 test_plans/vm2vm_virtio_pmd_dsa_test_plan.rst