From patchwork Thu Aug 18 08:08:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 115226 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 DD56DA034C; Thu, 18 Aug 2022 10:12:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C58C540694; Thu, 18 Aug 2022 10:12:56 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id F0CE340156 for ; Thu, 18 Aug 2022 10:12:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660810375; x=1692346375; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=K5AfBOR/XiYYnjRwlaRAsLekBor6CLXdcSi3kYsyZuw=; b=Tkeki1mN6rrdN2ATiFqYvQR3oVdyYofq5dgND27j19xEms/wpexIibTu XoQ8eaP7AX4+541TrE5dm9tO639qz6WSS0w4djXjt4f3jE9RwLAcVXXqP 8v+hQbR+E117BLeQfvqmLPPFDZzO19HYVDoW+TfokR85N4yYaGlgtbsN8 ALG2Ji6mu3PrRVoeN1yzjeXWpbjeWp6GBtrqvlsGrENRVcSJz+yZ/gsVo mSVz465lQdoktq1fRKLnrt0jW4bEwbqJw9jHJcWUwyooCGixLcXBvup8J J9FCe2t2jJqf421Ax7B6PLnSQwN2g89thtUlZujRz9G68mlZ8xCWAuppG Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10442"; a="292696973" X-IronPort-AV: E=Sophos;i="5.93,245,1654585200"; d="scan'208,223";a="292696973" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2022 01:12:53 -0700 X-IronPort-AV: E=Sophos;i="5.93,245,1654585200"; d="scan'208,223";a="636726021" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2022 01:12:52 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V6 0/2] modify vswitch_sample_cbdma to test virito dequeue Date: Thu, 18 Aug 2022 04:08:27 -0400 Message-Id: <20220818080827.420656-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 | 461 +++++++---- tests/TestSuite_vswitch_sample_cbdma.py | 731 ++++++++---------- 2 files changed, 635 insertions(+), 557 deletions(-)