From patchwork Wed Aug 3 01:44:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114550 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 7F77EA00C5; Wed, 3 Aug 2022 03:50:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5537640A84; Wed, 3 Aug 2022 03:50:23 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id C248640141 for ; Wed, 3 Aug 2022 03:50:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659491421; x=1691027421; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ghfTCMIrK39I+BKp5J1+ziqj/M7mUKqsbNEvHiww6Zc=; b=exRr8Njvk/FQvMMmh8lTXDFF5SRJ7zby7JuV44OO8Mo4h8DRN7OL1oMn q9EourhxDY7AnBPetownzS8oNAlRP/AaK6rdWq50TvwfGj6qmBgnZ21br WDXP18aDQrnJAMT2/ipfvUUShprTVaQ8p1vuCFsOJ7PcGUNtYjR4/O8in Yl64jj5J7FQwonyNE2QdvbFp5wEZSXZRgz7OlsLKxYJJHR5QvKm1xu89R sfHUYedQhdXp3Kil6fXB22bZvMIlotSiQjmzsJK2FoaOZcul4BHKBcne3 ReY7oWev3MH8qAnP17dcFdkT1tSXwTcapWmGW2BaJwKI4riyrqqp+Klx+ w==; X-IronPort-AV: E=McAfee;i="6400,9594,10427"; a="375859692" X-IronPort-AV: E=Sophos;i="5.93,212,1654585200"; d="scan'208,223";a="375859692" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 18:50:20 -0700 X-IronPort-AV: E=Sophos;i="5.93,212,1654585200"; d="scan'208,223";a="599488796" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 18:50:19 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify dpdk_gro_lib_cbdma to test virito dequeue Date: Tue, 2 Aug 2022 21:44:43 -0400 Message-Id: <20220803014443.1122528-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 virtio dequeue tests/dpdk_gro_lib_cbdma: modify testsuite to test virtio dequeue test_plans/dpdk_gro_lib_cbdma_test_plan.rst | 54 +++++++++++++------- tests/TestSuite_dpdk_gro_lib_cbdma.py | 56 ++++++++++++++------- 2 files changed, 72 insertions(+), 38 deletions(-)