From patchwork Fri Jul 29 02:01:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114399 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 00B00A04FD; Fri, 29 Jul 2022 04:06:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B9AD740151; Fri, 29 Jul 2022 04:06:27 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 9E6164014F for ; Fri, 29 Jul 2022 04:06:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659060386; x=1690596386; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=YdQR/Dt4Lxvc2JWsK037qxJybcbXeeR8F7yx178natA=; b=lMoUKgPqn+9y4bhB/NnBZXiD2l8YOo494pYxGYm6FW1yjxeoYzxzoYgH iJm2fF82V/0Ry62lvlH6mtc3USX7HWW9BuQwhNV+3RQwBR2AxyHPp/s7T iQ5enaB1h1GW5vPapqQLyxuRrWUSxWzJO89+n0A9slE3fsJQ37YfNnnOw QJdypNc/K8TzAo54l0+9RvoZFfsyJU1BPGtX6Z1mZI21OuRU/WWoNQ6DU ukMOHF/CGFMRnmVn5atjYeVZaGkUNyr2C+7gShAgwGiyP96CE0S2GbKla da07zy8P/5mS+IZWjyOEOtJP525JEe+o7nKH7/SoA0FKiv/YmIUKpb/gD g==; X-IronPort-AV: E=McAfee;i="6400,9594,10422"; a="268433630" X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208,223";a="268433630" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 19:06:25 -0700 X-IronPort-AV: E=Sophos;i="5.93,200,1654585200"; d="scan'208,223";a="629186585" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2022 19:06:24 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify vm2vm_virtio_user_cbdma to test virito dequeue Date: Thu, 28 Jul 2022 22:01:29 -0400 Message-Id: <20220729020129.999032-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_user_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/vm2vm_virtio_user_cbdma_test_plan: modify testplan to test virito dequeue tests/vm2vm_virtio_user_cbdma: modify testsuite to test virito dequeue .../vm2vm_virtio_user_cbdma_test_plan.rst | 1045 ++++++++--------- tests/TestSuite_vm2vm_virtio_user_cbdma.py | 908 ++++++++------ 2 files changed, 1023 insertions(+), 930 deletions(-)