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 546D3A034C; Tue, 10 May 2022 05:22:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C0C04113D; Tue, 10 May 2022 05:22:55 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 2A94E410F2 for ; Tue, 10 May 2022 05:22:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652152973; x=1683688973; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=EQF5CyWD/HHB/m+FwzGCU4F11z0qer50Z2WIUlyWvyQ=; b=Km6GWHsWiWAP2w2RjMR9568mc/E+/w7RNn1KzuTKv4BOxH31KUb4vkGH h6I98dO5Bn30DmLl+otGiDhEpb0p1PC0r3mscNZwsLKUhwHc0cFpBbJA1 SjZd5cC4SVXmdm6bxGlI3ZP5sWhudaETU7e3cW159Ae/3jlJ7SDdrjP2N r0fLocotq+d+2PPVHZIvLYQSi7Z8RsYNGsU+bkrys6eCMTEPkjHxAUiW4 /i9eKXwDr0eZUtq2Z5xXsPFpJE8KL35eeEys5vjirWjG1klC8g7FUMxY4 1VgBTKmQomI573/SU4gtqHinwcfNL+hTmHnVzlZKd7eEnQAx7KEILoV/R w==; X-IronPort-AV: E=McAfee;i="6400,9594,10342"; a="266833007" X-IronPort-AV: E=Sophos;i="5.91,213,1647327600"; d="scan'208";a="266833007" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 20:22:51 -0700 X-IronPort-AV: E=Sophos;i="5.91,213,1647327600"; d="scan'208";a="710820507" 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:22:49 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] add virtio_event_idx_interrupt_cbdma Date: Mon, 9 May 2022 23:22:02 -0400 Message-Id: <20220510032202.343482-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 virtio_event_idx_interrupt_cbdma for coverage virtio event idx interrupt with CBDMA and driver reload test. 1) Add new testplan virtio_event_idx_interrupt_cbdma_test_plan into test_plans/index.rst. 2) Add new testplan test_plans/virtio_event_idx_interrupt_cbdma_test_plan into test_plans. 3) Add new testsuite tests/TestSuite_virtio_event_idx_interrupt_cbdma.py into tests. Wei Ling (3): test_plans/index: add virtio_event_idx_interrupt_cbdma test_plans/virtio_event_idx_interrupt_cbdma_test_plan: add virtio_event_idx_interrupt_cbdma testplan tests/virtio_event_idx_interrupt_cbdma: add virtio_event_idx_interrupt_cbdma testsuite test_plans/index.rst | 1 + ...io_event_idx_interrupt_cbdma_test_plan.rst | 207 ++++++++ ...tSuite_virtio_event_idx_interrupt_cbdma.py | 446 ++++++++++++++++++ 3 files changed, 654 insertions(+) create mode 100644 test_plans/virtio_event_idx_interrupt_cbdma_test_plan.rst create mode 100644 tests/TestSuite_virtio_event_idx_interrupt_cbdma.py -- 2.25.1