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 67323A00C4; Thu, 5 May 2022 08:45:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4132D40C35; Thu, 5 May 2022 08:45:37 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 7BF8840042 for ; Thu, 5 May 2022 08:45:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651733135; x=1683269135; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=owhtfUiyH6k/uFYBGkBsl3YhPhSbvYBjewfGXKEGRgA=; b=n7c9m76RHH6els5ORhubEDbz5x0bpx9kYEHs0IOAXNnjctu/Tw/pDBo4 n5WA0t/RfFjRQSjYrG/hVH28xb80uouiT2L24owD93CmsgEJF/Iyg7rU3 kaAQPDJAyQwxItTJx80Z+tvzUxXYrebLzn9BQgW4f52evvnw+dwvfmhlJ k+R3iaIWbJDMKUR8BaaTShrUoWX8ddGBUUA8CiA6wyEb+yhItc+mSZyzY WTXsxcvT6m763c9KZXqf7lFA3oRUiwPrjxHe+rhK7y+i0VIgCsgJ+FFq5 afK1mTUgLs+coPJT1v+sF9HANZQFeMq1sFUWeCT+5PVBZvxb4HPeMTXYr g==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="293215471" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="293215471" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:45:34 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="585173991" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2022 23:45:32 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/3] add vm2vm_virtio_pmd_cbdma Date: Thu, 5 May 2022 06:45:12 +0000 Message-Id: <20220505064512.52552-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. v3: Fix WARNING info 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