From patchwork Mon Aug 1 09:13:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114480 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 DCB90A00C3; Mon, 1 Aug 2022 11:18:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3E3C41101; Mon, 1 Aug 2022 11:18:36 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 687B94067B for ; Mon, 1 Aug 2022 11:18:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659345515; x=1690881515; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=bGsc6luo//LsZEkI0ljnMs7UGK1m7+ahbFrLdjH1m+Q=; b=OkiLxCXevYL07NL8QyVbrR+jpUTNacG5DusAgSI9O1xdarXMVYOZ7bcm UHpGpvOk7Nj08fL417cVXjz7BPlffshgI2PRutIB2G4KHuTBaLUIHi3ky q7j7tuMn1R0EmesUl7pRI9mvT56OwuP6uBjlVrHy6Ao560tpAX1oP5xBr eAHvEj3XZgN+YW8Sy/+vLM8dctUOG3zyVkcgE09DC9CaQXbFcF86VFz0I 45NIZxTgqaduKZmL06JBTFEOlsCcmoBhtjJGyvf7Cqs9Ysc8VyeMuek8N cArJNhYDi8j0V0550BOMjB7OF24jS9HwT4I68MBUORYhezp3DNq+WIdWR g==; X-IronPort-AV: E=McAfee;i="6400,9594,10425"; a="350809914" X-IronPort-AV: E=Sophos;i="5.93,206,1654585200"; d="scan'208,223";a="350809914" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 02:18:34 -0700 X-IronPort-AV: E=Sophos;i="5.93,206,1654585200"; d="scan'208,223";a="577714188" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2022 02:18:33 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify dpdk_gro_lib_cbdma to test virito dequeue Date: Mon, 1 Aug 2022 05:13:11 -0400 Message-Id: <20220801091311.1077231-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 dpdk_gro_lib_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/dpdk_gro_lib_cbdma_test_plan: modify testplan to test virito dequeue tests/:dpdk_gro_lib_cbdma: modify testsuite to test virito dequeue test_plans/dpdk_gro_lib_cbdma_test_plan.rst | 83 ++++++++++++++++----- tests/TestSuite_dpdk_gro_lib_cbdma.py | 81 +++++++++++++++----- 2 files changed, 126 insertions(+), 38 deletions(-)