From patchwork Tue Aug 16 06:05: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: 115150 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 79220A00C3; Tue, 16 Aug 2022 08:10:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74C3A4068E; Tue, 16 Aug 2022 08:10:10 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 60B6E4067C for ; Tue, 16 Aug 2022 08:10:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660630206; x=1692166206; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=WzV3FZeXYWR1CxvrUOjvMi+oK2Mey0p+nGGfSxyTw0I=; b=KDEyoSTfwv6KO/GDt20Pa5wgnJiK9a4JfHiDkGgYEd3Zpl52WDKHg0lk tXrPngQ2rhsR/gr9p1UzdbP71aXgl8was7UhF+LuJVbj+1E6mMkjsgn/c 5Y+IWPOnFc4tpXPjQaDqFfBv/MsdcQO1FLzwul5KmagzuS+N50KCxy/0d mwT/Ji4ec/oe3CKNP1BlS05yQrghKqgimwlXvqL03C+8fnfW4zUyUbaJ7 vOBprkgV1/f+dTUaW3u9OyFB/ECd/pQxOALJIZ6bNs5zArA9N9zXGxpb5 qKBS2d2g2V/AfdpMHDUL+Ogvg/vsqFP00OamIPcg9+18PsFnzrYRR3Awc Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10440"; a="378425190" X-IronPort-AV: E=Sophos;i="5.93,240,1654585200"; d="scan'208,223";a="378425190" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Aug 2022 23:09:59 -0700 X-IronPort-AV: E=Sophos;i="5.93,240,1654585200"; d="scan'208,223";a="635758488" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Aug 2022 23:09:36 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 0/2] modify vm2vm_virtio_user_cbdma to test virito dequeue Date: Tue, 16 Aug 2022 02:05:29 -0400 Message-Id: <20220816060529.3417928-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 | 1013 ++++++++--------- tests/TestSuite_vm2vm_virtio_user_cbdma.py | 868 ++++++++------ 2 files changed, 945 insertions(+), 936 deletions(-)