From patchwork Wed Aug 17 02:00:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 115183 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 D413DA0032; Wed, 17 Aug 2022 04:04:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5F4340150; Wed, 17 Aug 2022 04:04:36 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 7F17A400D6 for ; Wed, 17 Aug 2022 04:04:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660701874; x=1692237874; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=5br74vex9KMRMnl00TZq9n17Pzg0tQ7lIJAQv09xL0g=; b=im+GprZTdc93vuFE6bKS+W2tmWYM2yrfU3CsxZ+01BHaIQmSxofB5Qmj s/rndXfuQmmh8QkRD/aoWSn0Tth5WxPIXvN7zHu0BcqPvJKqeDI8r/uWv Xjprdkxkc2wBSjsfU4aRYhizTDOBCQnTBXpCJoVfpzRTWBaGs8QBTK122 OOzMQGA7E8FEjz5/cYYuwPpBZUrgK7tJgZwG3sUKSfJhzuP/wOJnzLFyZ AbGMXDofhh94JpElqdzi6sxOQDHQuZmPYfEW79o1DKqlYGoiIdq4Xd51y hKHVBYLvrwPl8gPg7xZ4lTqKCXmhVLoAuIjgnIsePQoj/FhMkJu1A0fz5 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10441"; a="291131408" X-IronPort-AV: E=Sophos;i="5.93,242,1654585200"; d="scan'208,223";a="291131408" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2022 19:04:33 -0700 X-IronPort-AV: E=Sophos;i="5.93,242,1654585200"; d="scan'208,223";a="583562858" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2022 19:04:32 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/3] modify basic_4k_pages_cbdma to test virtio dequeue Date: Tue, 16 Aug 2022 22:00:18 -0400 Message-Id: <20220817020018.4015901-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 basic_4k_pages_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (3): test_plans/basic_4k_pages_cbdma_test_plan: modify testplan to test virtio dequeue tests/basic_4k_pages_cbdma: modify testsuite to test virtio dequeue conf/basic_4k_pages_cbdma: add testsuite config file conf/basic_4k_pages_cbdma.cfg | 36 + test_plans/basic_4k_pages_cbdma_test_plan.rst | 624 +++++++---- tests/TestSuite_basic_4k_pages_cbdma.py | 976 ++++++++++++++++-- 3 files changed, 1348 insertions(+), 288 deletions(-) create mode 100644 conf/basic_4k_pages_cbdma.cfg