From patchwork Fri Aug 19 08:53:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 115249 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 5B3DFA034C; Fri, 19 Aug 2022 10:56:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2EDD540A7B; Fri, 19 Aug 2022 10:56:33 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 0F70440694 for ; Fri, 19 Aug 2022 10:56:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660899392; x=1692435392; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=kW07xedlF98wKngBnz3kgMl328NMve1KdRm9s6RSk1g=; b=KfvsTXcTpcc6KoeT1SsYblBMECrGyHL4dF05/YLooDPx0B50hwQVSTbv z2UEt+N/PulYL1O67dGt5rUOR2PoGZAzHA5EvKLyszoqMwmpug2BNeI/F O8UI4dWnjfeSXUFNpMgBX3TQ8A7Of6NCbFm2z0DqVe2+qH/yHf7lO94eb tr+JVmjrXf0G8bwtEoz3umSzXie8JeXVe8/2YWmQQqXv45u5NidgCZpIm Ew5gBIcbv5KP4S6IgfOYTZzIqRFvQ/r8j5LHpZUYxWN7uyVbTvTSSypuJ 1rIvG9wNA81jGrsvAQBPE6HYbzwSBN26xuF3e5hHi00op3Sx0O4AQV9Hr Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10443"; a="276014622" X-IronPort-AV: E=Sophos;i="5.93,247,1654585200"; d="scan'208,223";a="276014622" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Aug 2022 01:56:30 -0700 X-IronPort-AV: E=Sophos;i="5.93,247,1654585200"; d="scan'208,223";a="668499527" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Aug 2022 01:56:29 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 0/3] modify vhost_cbdma to test virtio dequeue Date: Fri, 19 Aug 2022 04:53:38 -0400 Message-Id: <20220819085338.407205-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/vhos_cbdma: modify testsuite to test virtio dequeue conf/vhost_cbdma: modify testsuite config by testcase changed conf/vhost_cbdma.cfg | 248 +-- test_plans/vhost_cbdma_test_plan.rst | 1349 +++++----------- tests/TestSuite_vhost_cbdma.py | 2156 +++++++++----------------- 3 files changed, 1200 insertions(+), 2553 deletions(-)