From patchwork Tue Aug 2 08:53:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114529 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 ACCC1A0545; Tue, 2 Aug 2022 10:58:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A78AF40141; Tue, 2 Aug 2022 10:58:54 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 6E2E1400D7 for ; Tue, 2 Aug 2022 10:58:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659430733; x=1690966733; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=h+N4iX7skAVMh0YSI10zsV7pkf6Uc6OpYbXXUpWvCBs=; b=V+Vc29yZd8TQjzx5GIeV0rUKXAraDjSKJnZnbHADRIJWVqoEOP8y6+e5 cgvhoxcG3e1PL9h268V5+Ld+jk34dE5N0/xVsx7x3urvggnlJKE8ZhsTv S0ejHj5McKujSwosOXUbN2a5OCOznN6Zk9KXL2RaroSyKz3OJu0jkU98f Pf6161PLwb4l5PhwPBbwMraGUISlPU61Zd3yOsy07apLFQC+xp7f9+h2o nQtxC/f1JFRvMAahIBs3OgNK96iVo/x3HLD8gKSWEVxVLOExL+TqsJAra 5rWBinBoOWqXn96z3O1wB0+t7lf+b1m87eeJyHMnR0STbiydEzNGjQjEp A==; X-IronPort-AV: E=McAfee;i="6400,9594,10426"; a="289373656" X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="289373656" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 01:58:48 -0700 X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208,223";a="599230928" 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 01:58:47 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] modify vswitch_sample_cbdma to test virito dequeue Date: Tue, 2 Aug 2022 04:53:17 -0400 Message-Id: <20220802085317.1105150-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 | 436 +++++++---- tests/TestSuite_vswitch_sample_cbdma.py | 690 ++++++++---------- 2 files changed, 602 insertions(+), 524 deletions(-)