From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C2354A04FD; Fri, 29 Apr 2022 09:40:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A8FBB415D7; Fri, 29 Apr 2022 09:40:09 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 02D17410E3 for ; Fri, 29 Apr 2022 09:40:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651218008; x=1682754008; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+EGGwvxfTabItDIKsIsxkIbd2p9uZL/0lP3/tYix1hQ=; b=FTuFAas1crd2LVyTNm0NA5/zG5+51w/3haIfE3HdocX6uHuE1WO9axcL vOXa/pqXQqpH8wxfPvNKGe1INlAk3/++Yjj8vJIAJcg7O1Fh6uHMn3kr/ OusH7HKx0qXpmxD0i0zvTKcinZYmKNO+Di6Fl24WKg43Jpen1F0DM2Y/d X+wFaj5+lTnyaXxwlHF1OS4lVZ+yg7fUAXZaGyOfiMeNOO69QjGshT3vm Plap3vCCHZmMfNx4uVYB1NzBkVVgqw6JS4TCTyQ/f0W8OxwZKsw4U4muU 8/adF2620Hxg/qMzG+wz9o+P3I3+0cOimGMG4h9L8q/oK2VbIudKK/e3G Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="265412089" X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="265412089" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 00:40:04 -0700 X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="560179238" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 00:40:01 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] add vm2vm_virtio_pmd_cbdma Date: Fri, 29 Apr 2022 07:39:43 +0000 Message-Id: <20220429073943.20186-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 v1: As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), add new testsuite vm2vm_virtio_pmd_cbdma for coverage the vm2vm split ring and packed ring path test with cbdma. 1) Add new testplan vm2vm_virtio_pmd_cbdma_test_plan into test_plans/index.rst. 2) Add new testplan test_plans/vm2vm_virtio_pmd_cbdma_test_plan into test_plans. 3) Add new testsuite tests/vm2vm_virtio_pmd_cbdma into tests. v2: Modify the `Description` content in test_plan. Wei Ling (3): test_plans/index: add vm2vm_virtio_pmd_cbdma test_plans/vm2vm_virtio_pmd_cbdma_test_plan: add vm2vm_virtio_pmd_cbdma testplan tests/vm2vm_virtio_pmd_cbdma: add vm2vm_virtio_pmd_cbdma testsuite test_plans/index.rst | 1 + .../vm2vm_virtio_pmd_cbdma_test_plan.rst | 389 ++++++++++++++++ tests/TestSuite_vm2vm_virtio_pmd_cbdma.py | 426 ++++++++++++++++++ 3 files changed, 816 insertions(+) create mode 100644 test_plans/vm2vm_virtio_pmd_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vm2vm_virtio_pmd_cbdma.py -- 2.34.1