From patchwork Tue Nov 22 06:13:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120026 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 6FA68A057D; Tue, 22 Nov 2022 07:19:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45C2B42D3D; Tue, 22 Nov 2022 07:19:05 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id BFEC1427EB for ; Tue, 22 Nov 2022 07:19:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669097942; x=1700633942; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=KHTfOmDE/ruf5WMeSTQi7CgVVHvAzAc3J5or/Ea2aVs=; b=BakXZfgtkBT4aQYsa9/iRcAMuFH2r3rMqzoPZgEXVifJfKBptHdEk+uQ IoWSmczX1VZ6jaRBflphHymllrcYzsm5D85hHTvnzXebSQjo9qB48xFVD 2dQpam7qKXCZFbCtsfiKplC/Sloge5rAfI3CUbgWudwMnssFAX8aTOos+ toSktXio74gyKR2L2qE4LoGPxHPjWnb0SbSby3umfuV8dqfL2mH1gfp64 GLA+R6OMQ0wPqbKaJK8dZsrqnU7DcP/Jbu1S0JbiVv5PvX/7qc0O2w+aS XHqsqw4gDf/qJ1suAH5BDHV6kk1HWkbJ3P5iR5lMRCklUkrIDVH3Z++4w Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="294133444" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="294133444" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 22:19:01 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="641303246" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="641303246" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 22:18:59 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify the dmas parameter by DPDK changed Date: Tue, 22 Nov 2022 14:13:11 +0800 Message-Id: <20221122061311.2891837-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 1.From DPDK-22.11, the dmas parameter have changed, so modify the dmas parameter. 2.Add new testcase 4 and 5 to test split and packed ring path with multi-queues scene. Wei Ling (2): test_plans/vhost_virtio_user_interrupt_cbdma_test_plan: modify testplan by DPDK changed tests/vhost_virtio_user_interrupt_cbdma: modify testsuite by DPDK changed ..._virtio_user_interrupt_cbdma_test_plan.rst | 192 ++++++++++------ ...Suite_vhost_virtio_user_interrupt_cbdma.py | 207 +++++++++++++----- 2 files changed, 277 insertions(+), 122 deletions(-)