From patchwork Tue Nov 22 08:37:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120069 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 3AD34A057F; Tue, 22 Nov 2022 09:43:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 32D8542D4E; Tue, 22 Nov 2022 09:43:15 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 60024427EB for ; Tue, 22 Nov 2022 09:43:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669106593; x=1700642593; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SzSOMLvF+rwRNGjO3eUn19qXcODiJBk1SNbS7jN3LG4=; b=LCNuaBWSR5jtPLVQPW4Hbf7I83L3SYvVhVniSKVhp/Ou0TIqZe5htC3K GVCDumP3F273MsxuSGfFIFJiJjP/m4ZgpBVWyu7WlNZPSWqOENQp/jGiE 6beOmobXX7yWMk+xv8nFsKU/vzqU5vIjSghJHgWJj4rBaDgMJsJLo/4pk i/z9IEdCGcbjl2zSJXK01MQsZpVLy1z/ElbX3z0EJmMTtzZVX+8/v2x9L 4A7nXV3vVSAs/nLv7ZX7l0myEntkNp+XWy7FiSFymKStASJk3Ez2z58Pm O0RvCrcrKDrX2dPAT1LmOMnBTk8uxPcHpDNwNMjVQYgyTptHowD5Q5985 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="301315591" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="301315591" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 00:42:55 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="783770686" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208,223";a="783770686" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 00:42:53 -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 16:37:07 +0800 Message-Id: <20221122083707.2897056-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.11, the dmas parameter have been changed by the local patch, so modify the dmas parameter. Wei Ling (2): test_plans/vm2vm_virtio_net_perf_cbdma_test_plan: modify dmas parameter by DPDK changed tests/vm2vm_virtio_net_perf_cbdma: modify dmas parameter by DPDK changed .../vm2vm_virtio_net_perf_cbdma_test_plan.rst | 342 ++--- .../TestSuite_vm2vm_virtio_net_perf_cbdma.py | 1283 ++++++++++------- 2 files changed, 916 insertions(+), 709 deletions(-)