From patchwork Tue Aug 2 05:57:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114512 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 EE1B0A0543; Tue, 2 Aug 2022 08:03:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B721040141; Tue, 2 Aug 2022 08:03:09 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 63513400D7 for ; Tue, 2 Aug 2022 08:03:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659420187; x=1690956187; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=sENKX1hqVftpHM+pbWtyAQguSV3A7CQjaiLpAxI/q9U=; b=MYPEK0S3r8//LQlahdVXPBLQBPx8yAofjSPW7a1vRbkx3kt8ekc0pEz2 Ib6EgVNJrzaY6Fk7RkI0R2+iyN8serNjhoY33KKdZycJIw2WT1VTHMcwt huVyhNxGEWbypy8YxzdGcQJpuqoq128JI5kLwn4GdR2/DGxi4m1cn29dQ m/lr0B6D4XfIQLpMtlwY4Qm+i9DthArzT+/Z0e39tk4nRNsHxmhEjMw9i /TgzlEfShvE97Pe+lnK6x3xnMenTvsZzcI6Ep2sAhJKZJw0NjcZc32jge +iiZD/GQQK+COsqa6GkQhigDc5x0teIqECAEIxSdsST3JdT9RVzCSIXQz Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10426"; a="276237935" X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="276237935" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 23:03:06 -0700 X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="670327025" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 23:03:05 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify vhost_virtio_user_interrupt_cbdma to test virito dequeue Date: Tue, 2 Aug 2022 01:57:36 -0400 Message-Id: <20220802055736.1098568-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 loopback_virtio_user_server_mode_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/vhost_virtio_user_interrupt_cbdma: modify testsuite to test virtio dequeue ..._virtio_user_interrupt_cbdma_test_plan.rst | 119 ++++++++++++++---- ...Suite_vhost_virtio_user_interrupt_cbdma.py | 111 ++++++++++------ 2 files changed, 168 insertions(+), 62 deletions(-)