From patchwork Thu Aug 11 06:16:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114823 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 51FD5A0548; Thu, 11 Aug 2022 08:20:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3CBB742B8F; Thu, 11 Aug 2022 08:20:09 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 22DC240DDA for ; Thu, 11 Aug 2022 08:20:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660198807; x=1691734807; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=YnORaWoybYt5g9spiFuM2LrxYZ+OJXAICT1xq8jtruw=; b=J08V+7/aN5OQcszN/C0H+/rOZ+Mjg/WHiKQV+7EgyM4BBpmtD22ZiZOi sZmP4AGSzKV3GoHtQZviqG0zySlbTuHgLahW6CMYgef1tvQ10rWReS6r8 hkEsdedHWhUrXHFWW99v+BVV9D6ZZhliGs2pYzf0+d/jZUQFAZzur50ji g77UAo/qdEJ/WskmhLbJxd9EDPxy1R6ywF7QZLT3hbD/eU5HT3uXUAU1E 2jj2HIG/vehAZ8k2K8rVOtNtS/q97tKNAkrmdgc4Lr4L+IEreE9CAiJre cIR/yIRxAhL43D8C7Vvw2WAoT3z7vC8KJfHnwuKVQ0W4EdJsmHam5CF1x A==; X-IronPort-AV: E=McAfee;i="6400,9594,10435"; a="288837437" X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208,223";a="288837437" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2022 23:19:49 -0700 X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208,223";a="634084678" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2022 23:19:47 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] modify vhost_cbdma to test virito dequeue Date: Thu, 11 Aug 2022 02:16:22 -0400 Message-Id: <20220811061622.386548-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 vhost_cbdma testplan and testsuite to test the split and packed ring async dequeue feature. Wei Ling (3): test_plans/vhost_cbdma_test_plan: modify testplan to test virtio dequeue tests/vhost_cbdma: modify testsuite to test virtio dequeue conf/vhost_cbdma: modify testuite config by testcase changed conf/vhost_cbdma.cfg | 248 +-- test_plans/vhost_cbdma_test_plan.rst | 1353 +++++----------- tests/TestSuite_vhost_cbdma.py | 2158 +++++++++----------------- 3 files changed, 1204 insertions(+), 2555 deletions(-)