From patchwork Tue Aug 2 05:15:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114509 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 7FB62A0543; Tue, 2 Aug 2022 07:21:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 730F240141; Tue, 2 Aug 2022 07:21:18 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 95807400D7 for ; Tue, 2 Aug 2022 07:21:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659417676; x=1690953676; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=YZYaRDtiExAJ0shVSx1Y+xWuJgpTIfL1V1N19k3gwl8=; b=Uv0QEXzfvW0be+FWj6AtJ81oQY+KCEW06amZ3mgtrn+FIOj4QLVzN2N9 LRAUjEoUZekyhChDFTAIuhzvcbcr7cY3mxpTXi+P0ov5zUXHkBwaoQsON +A2Kaf0prVUev64MQSPxTzev+qo+5pZ4kOcQK6pslRxDfUycEpJ9hTCX7 lc3eEjGsKG5WXNttUu+Uby8/m9KNEuZc1PveCpQdIzMH63nMecmUMk/1E OFHa41kMFDceQT3qclDB2UqLo8vbBqgKO+7Eom9nM8eXZ6dH9mX35/6Bw sZo4ZRNFqrj3vOOcYXTsF3KIpdMEBy7KaP684uHNycJFvYRPnWj7vJQIN g==; X-IronPort-AV: E=McAfee;i="6400,9594,10426"; a="290097969" X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="290097969" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 22:21:15 -0700 X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="929829025" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 22:21:14 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify vhost_virtio_user_interrupt_cbdma to test virito dequeue Date: Tue, 2 Aug 2022 01:15:45 -0400 Message-Id: <20220802051545.1097181-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 From DPDK-22.07, virtio support async dequeue for split and packed ring path, so modify vhost_virtio_user_interrupt_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/vhost_virtio_user_interrupt_cbdma_test_plan: modify testplan to test virtio dequeue tests/loopback_virtio_user_server_mode_cbdma: modify testsuite to test virtio dequeue ..._virtio_user_interrupt_cbdma_test_plan.rst | 119 +++- ..._loopback_virtio_user_server_mode_cbdma.py | 541 ++++++------------ 2 files changed, 267 insertions(+), 393 deletions(-)