From patchwork Sat May 7 09:14:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 110811 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 B1C57A050A; Sat, 7 May 2022 11:14:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 800704068A; Sat, 7 May 2022 11:14:36 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 6258440395 for ; Sat, 7 May 2022 11:14: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=1651914875; x=1683450875; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=B4g/0EcJ2gBMPXwrF1u/1sPXI5jiXtqUaYPf1ff9HQ4=; b=Jkg0hRR4kr/vLXfjhMj7jvbz5sN0ON/ICx2jMGH4zipubUx8R3gO4L7d /4aCrrxnsCESOogiHn96+X4f0mcPXMXYojx72NKyQqvzSiRARR/Ny5Gf5 AvKMcGH3D7Jl2LT0K0xa5YlQrmfeUs43YtJqo4pOgYIbSRmYptOVuTlbz oG012pdJXt3dRrWQm9IBN9d3nKogX8QqhIROo6mhJIFylyEi0obkJ6YXg /5ilNZnj500IBAWAh/ZIUAE0vVpXENoiBZyYNC+rMWPv8wdNCP0qZMxIH HwPI1cLbWty/+ClmZtg0qK3/rfcm/O1awxsId/bxQMdWqUR9pSmgvBHiJ Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="249216486" X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="249216486" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 02:14:33 -0700 X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="538269248" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 02:14:32 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] add vhost_virtio_pmd_interrupt_cbdma Date: Sat, 7 May 2022 05:14:07 -0400 Message-Id: <20220507091407.308484-1-weix.ling@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 As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), add new testsuite vhost_virtio_pmd_interrupt_cbdma for coverage cover virtio 0.95, virtio 1.0 and virtio 1.1 with CBDMA. 1) Add new testplan vhost_virtio_pmd_interrupt_cbdma_test_plan into test_plans/index.rst. 2) Add new testplan test_plans/vhost_virtio_pmd_interrupt_cbdma_test_plan into test_plans. 3) Add new testsuite tests/TestSuite_vhost_virtio_pmd_interrupt_cbdma.py into tests. Wei Ling (3): test_plans/index: add vhost_virtio_pmd_interrupt_cbdma test_plans/vhost_virtio_pmd_interrupt_cbdma_test_plan: add vhost_virtio_pmd_interrupt_cbdma testplan tests/vhost_virtio_pmd_interrupt_cbdma: add vhost_virtio_pmd_interrupt_cbdma testsuite test_plans/index.rst | 1 + ...t_virtio_pmd_interrupt_cbdma_test_plan.rst | 172 ++++++++ ...tSuite_vhost_virtio_pmd_interrupt_cbdma.py | 405 ++++++++++++++++++ 3 files changed, 578 insertions(+) create mode 100644 test_plans/vhost_virtio_pmd_interrupt_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vhost_virtio_pmd_interrupt_cbdma.py