From patchwork Fri Nov 11 05:58:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119746 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 06471A0542; Fri, 11 Nov 2022 07:04:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F38BD40141; Fri, 11 Nov 2022 07:04:55 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 69D8B400EF for ; Fri, 11 Nov 2022 07:04:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668146694; x=1699682694; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ARNDhMjqiCpOtTVkiEOjQTgapFxiq/opw8LFvidDZQg=; b=l7K6f3D+2GgTrLusMRkxbuh92f9FdIaqm79lf1k4Cb8YKNBkikt7ILfS UtTYPY0t0K0k394+YC4iEJuv37ZQi8irPTcvI9ndU/0P0KhbaSIdDNs+M sGMSYAC6Uc8DzjGFqTlg9or/J5xhcCQMxPRgwRmw5B8ZatrDq9lnOESna MvqeiNHMFJ7QdeRF9Hr1iibUwJX9WiCw7ChDBGXssqH+xpOmD/cRFUxqz GCjBrfCGblRS/u4a/m6Xe5HPLpJ3hH4sGPhxqY5y0M+JnX7BxclklFQv4 3qIiwb2JdPVoyCxTYcHpmAgSSZPb8B9Ln+5AcGqmOipJK7ZVK0W3uLMGC g==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="313319422" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="313319422" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 22:04:53 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="882655372" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="882655372" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 22:04:51 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] add vhost_user_interrupt_cbdma Date: Fri, 11 Nov 2022 13:58:12 +0800 Message-Id: <20221111055812.2421128-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_user_interrupt_cbdma testplan and testsuite to test the virtio enqueue and dequeue use l3fwd-power with split ring and packed ring path and CBDMA. Wei Ling (3): test_plans/index: add vhost_user_interrupt_cbdma_test_plan test_plans/vhost_user_interrupt_cbdma_test_plan: add new testplan tests/vhost_user_interrupt_cbdma: add new testsuite test_plans/index.rst | 1 + .../vhost_user_interrupt_cbdma_test_plan.rst | 79 +++++ tests/TestSuite_vhost_user_interrupt_cbdma.py | 275 ++++++++++++++++++ 3 files changed, 355 insertions(+) create mode 100644 test_plans/vhost_user_interrupt_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vhost_user_interrupt_cbdma.py