From patchwork Wed Aug 17 01:53:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 115180 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 AD499A0032; Wed, 17 Aug 2022 03:57:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 727C340150; Wed, 17 Aug 2022 03:57:59 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id A5457400D6 for ; Wed, 17 Aug 2022 03:57:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660701477; x=1692237477; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Vi4cpfviHBF5Wmsijx/hBI5ricSbeXNtgmaruQVMJmg=; b=JisAL1ElO6HA2Q8j9kRAqlYd5c6uhgazS4uf9UmWfWV0tbvCqE9WxO3u hr0nG+PnvLpbzUCfHbLngV4ikWy4fA1QTnjnTu96T/zLlzW2HiGCf7x9H TX0HGfOtdgaiJXIpVtCN2jbMHCvGw9BX7YGd/ttIXre86/dq4M/R27D1u c9N1ux7qG7aVZLAY/qga1Jt0Is0K1FUvnBaEBifvCEAxqHpNZSgefR7ga twry7fz2bq3Pu6NkSxV213OWVUH+JFYjnxxvbT4DD+ag/0cDA7nPJYe+p 8NTOCpbuKxqM15KkmvicFwhWJYzeIy+8YABf9wSj4nHwBxpnY58AfXKUq Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10441"; a="293172826" X-IronPort-AV: E=Sophos;i="5.93,242,1654585200"; d="scan'208,223";a="293172826" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2022 18:57:56 -0700 X-IronPort-AV: E=Sophos;i="5.93,242,1654585200"; d="scan'208,223";a="935155743" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2022 18:57:55 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V5 0/2] modify vswitch_sample_cbdma to test virito dequeue Date: Tue, 16 Aug 2022 21:53:41 -0400 Message-Id: <20220817015341.4015410-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 vswitch_sample_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (2): test_plans/vswitch_sample_cbdma_test_plan: modify testplan to test virito dequeue tests/vswitch_sample_cbdma: modify testsuite to test virito dequeue test_plans/vswitch_sample_cbdma_test_plan.rst | 469 ++++++++---- tests/TestSuite_vswitch_sample_cbdma.py | 699 ++++++++---------- 2 files changed, 621 insertions(+), 547 deletions(-)