From patchwork Wed Nov 9 02:04:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119571 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 090ECA0093; Wed, 9 Nov 2022 03:11:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 032F4410DE; Wed, 9 Nov 2022 03:11:05 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 8DC73400D4 for ; Wed, 9 Nov 2022 03:11:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667959863; x=1699495863; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=9nzubTLYBEUIb0JZBJArd7PDXuPmMT66kSEHpAO3GAA=; b=Wbl1bH/YpXZIyLdFXxaTOpqxoZfa4siKToiEdd5G6bdY7E5gTFb/shc4 d5ETh7XVXjmGbCvPCL1vWuOWeg+NvO51jsiXgoFjxEmp1lxAEixmBsjMx DT1ydl27bZjb1gXYLEl79eLEQbO96jeihatvjkYlv0jKIkS1NJlRHD1l6 UNCEyfSiMDHY82iO1pqzRCm8EcDxOWG6K1QFnf09dhl7xFnWpfzMeTkgx ZtUyk9DPDYb0RNVIMS23Arn2nX68VUoW15UzniS9xyyh1SbOenyDTJVWr /Im6Hld9YPwLTvZDVFaz7NIEEXOzp9Mt1gx5+GsgF5+3hnCBiBUOFw4+6 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10525"; a="290581964" X-IronPort-AV: E=Sophos;i="5.96,149,1665471600"; d="scan'208";a="290581964" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2022 18:11:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10525"; a="705524265" X-IronPort-AV: E=Sophos;i="5.96,149,1665471600"; d="scan'208";a="705524265" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2022 18:11:01 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] add vhost_event_idx_interrupt_cbdma Date: Wed, 9 Nov 2022 10:04:40 +0800 Message-Id: <20221109020440.1203960-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 vhost_event_idx_interrupt_cbdma testplan and testsuite. Wei Ling (3): test_plans/index: add vhost_event_idx_interrupt_cbdma_test_plan test_plans/vhost_event_idx_interrupt_cbdma_test_plan: add new testplan tests/vhost_event_idx_interrupt_cbdma: add new testsuite test_plans/index.rst | 1 + ...st_event_idx_interrupt_cbdma_test_plan.rst | 266 +++++++++++ ...stSuite_vhost_event_idx_interrupt_cbdma.py | 426 ++++++++++++++++++ 3 files changed, 693 insertions(+) create mode 100644 test_plans/vhost_event_idx_interrupt_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vhost_event_idx_interrupt_cbdma.py