From patchwork Thu Dec 15 08:21:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120932 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 5EBAAA0543; Thu, 15 Dec 2022 09:30:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A2EF40685; Thu, 15 Dec 2022 09:30:04 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id D9A9F40223 for ; Thu, 15 Dec 2022 09:30:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671093003; x=1702629003; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=seNsEbozNPMpUXRq1iWsUumjfO8CQXbb9Dm7ZQ5kIb4=; b=FEouOS/IhoRmk9FL5g4nJPVYQqnVQgrN/2R1stv4ynopGEMDGzHbVUnI k+aC5uzEu3Bo/oMRgRv5p7fGHTJc92J3oHPwjcXQ4ph8vmXdWAmHXEUCT zXT19nFl2WusLwa59MkMwc1WZHBwmvf2LgfC3fAUtcADLFRjevt8ywCni QiRh3TW7BYY87EpUNqYZ12ByPs1BBNuLaH6XKeZbZrwI0zFOXHVyNj9yW zbvYj74pUIkc0hQKCFm1wNJCmpY8p22ftv6x6xSPcN9U/bW8h12/2LQrq SoDt1qSaFW4S8vA2bJp7xPl2QAQKcWZ+96fhxB5bYYNgpMWx0RN6Mh+ok A==; X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="302028672" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="302028672" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2022 00:30:01 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="627086360" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="627086360" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2022 00:29:30 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V5 0/3] add vhost_event_idx_interrupt_cbdma Date: Thu, 15 Dec 2022 16:21:51 +0800 Message-Id: <20221215082151.313318-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 vhost_event_idx_interrupt_cbdma_test_plan in test_plans and TestSuite_vhost_event_idx_interrupt_cbdma.py in testsuite to test the virtio enqueue with split ring and packed ring path and CBDMA. 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 | 274 +++++++++++ ...stSuite_vhost_event_idx_interrupt_cbdma.py | 429 ++++++++++++++++++ 3 files changed, 704 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