From patchwork Fri Nov 18 09:54:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119965 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 826EDA0542; Fri, 18 Nov 2022 10:59:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7CD1F42D1F; Fri, 18 Nov 2022 10:59:22 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id BAF5542D13 for ; Fri, 18 Nov 2022 10:59:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668765560; x=1700301560; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=E+v1W9SessdPyQtCWcVrjwTLUT53z0wyWoK+BzPOak0=; b=OiD6+YEnkc9Vuar8793G80QZxV5ByamoHH1eg8v8+OOqE1TbOlNOYy/J SyFIPiLCkDS93YfRjxBU/Rskp5O8Z+EtG4z8CmSu2r+M3HoIdvXTsnOLG 9+VcfoO3xaf4gL6AxbqSQvYM+MX6jWTpI5RZIB7LLYKiXE+zyGTvUJVKe 0eaLTz6RR7XQwdjKsKzvGF68mprexx3PCo8xcG5suCdhdyA0O3tU7FFA6 DJGbmO7IioFplgNtBFYxUYZcmxxp6hZNVUZYAmYwgAu04e6E+Cul1moaN Ge8v7g0iwnOrCweFuUvs8APgdwdPcbFBOA5oESlFAy2zKgTcblFqhfY8/ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="375235509" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="375235509" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 01:59:19 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="708980136" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="708980136" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2022 01:59:18 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] add vhost_virtio_user_interrupt_with_power_monitor Date: Fri, 18 Nov 2022 17:54:04 +0800 Message-Id: <20221118095404.635678-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 Add new testplan and testsuite for testing vhost_user and virtio_user interrupt with power monitor mode. Wei Ling (3): test_plans/index: add vhost_virtio_user_interrupt_with_power_monitor_test_plan test_plans/vhost_virtio_user_interrupt_with_power_monitor_test_plan: add new testplan tests/vhost_virtio_user_interrupt_with_power_monitor: add new testsuite test_plans/index.rst | 1 + ...interrupt_with_power_monitor_test_plan.rst | 225 ++++++++ ...irtio_user_interrupt_with_power_monitor.py | 499 ++++++++++++++++++ 3 files changed, 725 insertions(+) create mode 100644 test_plans/vhost_virtio_user_interrupt_with_power_monitor_test_plan.rst create mode 100644 tests/TestSuite_vhost_virtio_user_interrupt_with_power_monitor.py