From patchwork Tue Aug 2 06:12:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114515 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 9FAB1A0543; Tue, 2 Aug 2022 08:17:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D5A040141; Tue, 2 Aug 2022 08:17:57 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 6BF31400D7 for ; Tue, 2 Aug 2022 08:17:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659421075; x=1690957075; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=4xHNq6xrVxp9O9+1I08BzccAyQwu70BvFE7cW3/WEzE=; b=j2yIfhyQ/cuWgKyov+p9vllQuIUxaTgNerI5YsT8pcNAF+wzWEBTJkCk P0HOLnJwmn4WzH2RWy2hSazeGPf6bhwbyrNcp1QPE7graLn4UfcrcFuw6 AOUvx3XQ0d2pS2lpwqvwaSQqzz3FzN37akZDILS2BqNypWM9fNC2V4pgN y6WLmMyM68cmEgzOfPoUblow9VIk9FWF2/knZ9bSpsuhKVJDAagQYMJP3 vBNXkXRozzXGWv5hIcx1l3Byd2ElhqoYWGnvCkI1tFLPwAYLzl4asgXlf lCq+3+VzAQ55y1XsnYD1/3wc7JgsK3gCaKljdLLf7o7Ny0DAqYUzAJMXP w==; X-IronPort-AV: E=McAfee;i="6400,9594,10426"; a="288088506" X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="288088506" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 23:17:47 -0700 X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="552801647" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 23:17:45 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify vhost_virtio_pmd_interrupt_cbdma to test virito dequeue Date: Tue, 2 Aug 2022 02:12:16 -0400 Message-Id: <20220802061216.1099217-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_pmd_interrupt_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/vhost_virtio_pmd_interrupt_cbdma_test_plan: modify testplan to test virtio dequeue tests/vhost_virtio_pmd_interrupt_cbdma: modify testsuite to test virtio dequeue ...t_virtio_pmd_interrupt_cbdma_test_plan.rst | 160 ++++++++---- ...tSuite_vhost_virtio_pmd_interrupt_cbdma.py | 234 +++++++++++++----- 2 files changed, 281 insertions(+), 113 deletions(-)