From patchwork Sat May 7 08:57:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 110806 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 C9E96A050A; Sat, 7 May 2022 10:58:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9E9684068A; Sat, 7 May 2022 10:58:33 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 698EC40395 for ; Sat, 7 May 2022 10:58:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651913912; x=1683449912; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tdf0C18vRMF/eAb5/GH8dbmk+Xt0JWDFLxHEReOHwGQ=; b=FLlBU1qEjR+jGWT2NMWRXXJJgCeE4lL8L6ARf1Ey72eBePvlZc59ux/P YggD1/N85S7cPeQoHxdqz9HGebohCv10X+JQFnT1n2d4HCiaBJ2iQ8yVm +2nyqE8YQK0eDuCxnGrJiva/ENdBedrj6FjU7aLo2btaMcG8ueiehDT+5 QezuJJHw9z07puXswk4YomAygCH2TDGyzY71re32FJkSdw9bHLWSLVM+q KQ180pBpOQHfe+ECw5LWvFWT76HQx5ou/iTF2ihsLZ7/n6RmQe68gGwA+ jxSb43VN0pUkgjv78VdQ4qtqOCkbQ8kvUrdeWjs27vJDIr3OhjdFZW9ow Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="268578138" X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="268578138" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 01:58:14 -0700 X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="709813515" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 01:58:13 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] add vhost_virtio_user_interrupt_cbdma Date: Sat, 7 May 2022 04:57:49 -0400 Message-Id: <20220507085749.307532-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_user_interrupt_cbdma for coverage vhost-net and vhost-user as the backend with CBDMA. 1) Add new testplan vhost_virtio_user_interrupt_cbdma_test_plan into test_plans/index.rst. 2) Add new testplan test_plans/vhost_virtio_user_interrupt_cbdma_test_plan into test_plans. 3) Add new testsuite tests/TestSuite_vhost_virtio_user_interrupt_cbdma.py into tests. Wei Ling (3): test_plans/index: add vhost_virtio_user_interrupt_cbdma test_plans/vhost_virtio_user_interrupt_cbdma_test_plan: add vhost_virtio_user_interrupt_cbdma testplan tests/vhost_virtio_user_interrupt_cbdma: add vhost_virtio_user_interrupt_cbdma testsuite test_plans/index.rst | 1 + ..._virtio_user_interrupt_cbdma_test_plan.rst | 136 +++++++++ ...Suite_vhost_virtio_user_interrupt_cbdma.py | 287 ++++++++++++++++++ 3 files changed, 424 insertions(+) create mode 100644 test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vhost_virtio_user_interrupt_cbdma.py