From patchwork Tue Aug 2 08:22:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114523 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 580BDA0543; Tue, 2 Aug 2022 10:28:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 376A042826; Tue, 2 Aug 2022 10:28:37 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id AD3DA400D7 for ; Tue, 2 Aug 2022 10:28:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659428915; x=1690964915; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SClfeN3fX2tE2Yhu72MUdEeN0L5vEE24u3/pChjzFtQ=; b=SSMjIrmE2CRyO7hAoz3FyMTrbUr3K5coFlDl3pq277keg4O2OkChtDQi aO8vVmD8JZKMUYB8K4nQ0h/veWwvBcf45cf85Yl31D/zbs1oRZ656oCE4 1OLFEVC2NdQ2frMqr7WNWkkVeZb2tGERM1QV3Wv0XMFroniM4AJ0b/J85 mkdVC91SFBdMfBOVRWFQ2cdZrQnifjLibH8HREsXNP6+uHjaLkfa2qKMl 1uHtv8wsYPtWA/9HA20fLb8rBVtyBpFELO8lwpSYPUxCvk39Xq4Hn7P5X dO57p3fiXPI+Y8z3X6USuY6n2vgCG6+hD3PXwanCQRjMySG2BBn1bxEvZ g==; X-IronPort-AV: E=McAfee;i="6400,9594,10426"; a="290130518" X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="290130518" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 01:28:27 -0700 X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="578133970" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 01:28:25 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify virtio_event_idx_interrupt_cbdma to test virito dequeue Date: Tue, 2 Aug 2022 04:22:56 -0400 Message-Id: <20220802082256.1103759-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 virtio_event_idx_interrupt_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/virtio_event_idx_interrupt_cbdma_test_plan: modify testplan to test virtio dequeue tests/virtio_event_idx_interrupt_cbdma: modify testsuite to test virtio dequeue ...io_event_idx_interrupt_cbdma_test_plan.rst | 167 +++++++++----- ...tSuite_virtio_event_idx_interrupt_cbdma.py | 211 ++++++++++++------ 2 files changed, 245 insertions(+), 133 deletions(-)