From patchwork Wed Aug 3 01:36:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114547 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 5A7EDA00C5; Wed, 3 Aug 2022 03:42:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2526140A84; Wed, 3 Aug 2022 03:42:00 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id D9C0A40141 for ; Wed, 3 Aug 2022 03:41:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659490919; x=1691026919; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=DXZS3SJZK/AOPCZ/ahnIifr45vOAYK7a1eny+TOjf7k=; b=jTsw88kERcRsVv3ndp7/R5Q4mMs8siROAg6w4BnK7UJ/Qj7+rDj/9civ 2BTP7/0i9RglWfw1EyPZo0zsBXaZGxKLEzPJ/FCp+7Ngtqi/XApBf00Gh jyhzgpVZ2ivecRc4vPnf2MWHy2LeyYtaxTh/2wQ+Cmge+xAUcQR2Igu+C wkW9kqt5VuJXcKR5oMv0hqLHitgIRi0YWmGO6DA6vF+sNWAKWt6UFOg5a +EypDF+TPZ+GWlKwYCYPZW1Q0thqkQY5ESV8olQ/cTv8J7XYuOtDptF3x IvLpgHoo9ZiPfvlidhd4tMfFbT5N63CRKtALT/+3e3lksOcewgVY6Estz A==; X-IronPort-AV: E=McAfee;i="6400,9594,10427"; a="290773935" X-IronPort-AV: E=Sophos;i="5.93,212,1654585200"; d="scan'208,223";a="290773935" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 18:41:57 -0700 X-IronPort-AV: E=Sophos;i="5.93,212,1654585200"; d="scan'208,223";a="661868230" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 18:41:54 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify vm2vm_virtio_net_perf_cbdma to test virito dequeue Date: Tue, 2 Aug 2022 21:36:19 -0400 Message-Id: <20220803013619.1121988-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_net_perf_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/vm2vm_virtio_net_perf_cbdma_test_plan: modify testplan to test virito dequeue tests/vm2vm_virtio_net_perf_cbdma: modify testplan to test virito dequeue .../vm2vm_virtio_net_perf_cbdma_test_plan.rst | 160 +-- .../TestSuite_vm2vm_virtio_net_perf_cbdma.py | 982 ++++++++++++------ 2 files changed, 718 insertions(+), 424 deletions(-)