From patchwork Fri Jul 29 07:27:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114424 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 30DA4A04FD; Fri, 29 Jul 2022 09:32:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 02BBD42C05; Fri, 29 Jul 2022 09:32:21 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 68C9940151 for ; Fri, 29 Jul 2022 09:32:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659079939; x=1690615939; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=s99oTDjSsSPpftpc8LFP/IOY45q+h9iG5TOMcg7pJSg=; b=kQzjv46RVWkQoiIAbNq0TyxGaovawbK9/arJs92OrOgZQBHAM2RdN6DA MI4akYHZO9A6aB6wUmTaIj3okXPfjHZOcYKfcEWsEHhMpFi+Ygigv9t5X pRwSM0m4YMRM5bQRWhxilyYZUOcrRrSs4amdzFCXO+/KkoVJ3S6Y+WDUz VJLpdQHhFX7kR50uYZaDsK957laglQYbuW2GB1mmyIp/OoP01sBe8nZv9 tmsBUU6TQ+mg0jpbZpBy1bnuP7RYiV8DbP0RAbHPb7Y1sRvW7X/8RIOyp oxBeALLz5inAOpeVt2j/mMiOxXjAcPKri0bEJPiJb7v1MGTziZ5M28+XL A==; X-IronPort-AV: E=McAfee;i="6400,9594,10422"; a="289911905" X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208,223";a="289911905" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2022 00:32:06 -0700 X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208,223";a="598177173" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2022 00:32:05 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify vm2vm_virtio_pmd_cbdma to test virito dequeue Date: Fri, 29 Jul 2022 03:27:08 -0400 Message-Id: <20220729072708.1007788-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 vm2vm_virtio_pmd_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/vm2vm_virtio_pmd_cbdma_test_plan: modify testplan to test virito dequeue tests/vm2vm_virtio_pmd_cbdma: modify testsuite to test virito dequeue .../vm2vm_virtio_pmd_cbdma_test_plan.rst | 453 ++++++++++----- tests/TestSuite_vm2vm_virtio_pmd_cbdma.py | 546 ++++++++++++++---- 2 files changed, 722 insertions(+), 277 deletions(-)