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 69B0FA034C; Tue, 10 May 2022 05:10:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3BC8C41156; Tue, 10 May 2022 05:10:22 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 32098410F2 for ; Tue, 10 May 2022 05:10:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652152221; x=1683688221; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=jSCyNL41/yEYkI+p72cJVuF3qDny9IIOjq0UmqZ0rGk=; b=e7vcdFYUI+jKTc6bKH93r4RA4vVGuM8jId4VQZV3f4DU6R1nKdN9OkTL SvGPngDL62rWYjI8PSmL6Hd1rY+UXGeu4wAaoRC5RfWhkzNT7Z8urcLmE iomQmX4HKmCd64MpdDFm+jhP/FeaLEa0fmiYRRNcMt3rvZuNCuhrwDfgf iH8jb4oU71plefRJdzjHthrxZtNTiOikDAaA3PUUX+XW1NATYhpHYktt8 pFyKD1unsHjLcL7aNWYCfSXzMHL39I0we4f5HlWIq+j0JoNV3XdByLq/S /JfrgLMNiPX3ejFtcIOHGavjqiRKuUmG+tVZS3hKbx71kEk1qoV933btu Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10342"; a="355671000" X-IronPort-AV: E=Sophos;i="5.91,213,1647327600"; d="scan'208";a="355671000" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 20:10:20 -0700 X-IronPort-AV: E=Sophos;i="5.91,213,1647327600"; d="scan'208";a="710816747" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 20:10:09 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 0/3] add vhost_virtio_user_interrupt_cbdma Date: Mon, 9 May 2022 23:09:22 -0400 Message-Id: <20220510030922.337857-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.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 As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), add new testsuite vhost_virtio_user_interrupt_cbdma for coverage 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.rst: add vhost_virtio_user_interrupt_cbdma test_plans/vhost_virtio_user_interrupt_cbdma: 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 | 137 +++++++ ...Suite_vhost_virtio_user_interrupt_cbdma.py | 368 ++++++++++++++++++ 3 files changed, 506 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 -- 2.25.1