From patchwork Fri Nov 11 01:32:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119734 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 969EEA0542; Fri, 11 Nov 2022 02:39:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7013140141; Fri, 11 Nov 2022 02:39:31 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 315FA400EF for ; Fri, 11 Nov 2022 02:39:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668130770; x=1699666770; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=YtFxchUYz1YJJdQLHb5FxgHSGOeY7RaqR8CkNIpxEko=; b=QJ35kJ/iVJE8EtzsyeugztDJPjy0ywoVDvFx2p7qlW8VwASpuPeLolao JkZuLYfJDmyJPb10LgM6bk0TSftQhFWktbPdTM5qrmHJAivrYotqeDL0c uYk5hh+D1ynXnJ47u5kZo+Lsm2AFJ0lj/R6mtkkCOht40P5Du3SF93TAc 1uQPAPdY/9fFjZyN8i6Bx5fWFT9X4Gndirlt6CcGAB42a23x1v5nk8hVf bJseY7OdATCbp0K2sX012GzeQTEiYaaDo3HD3jcIVYUTAXXwqM3pophHH ntVo1gJGh5m+sMaIYo6DRefQM1f5eUQNkxQ5gT6LObAw5Y9dnDSFhgzyr A==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="299001061" X-IronPort-AV: E=Sophos;i="5.96,155,1665471600"; d="scan'208,223";a="299001061" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 17:39:29 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="780005570" X-IronPort-AV: E=Sophos;i="5.96,155,1665471600"; d="scan'208,223";a="780005570" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 17:39:27 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify dmas parameter by DPDK changed Date: Fri, 11 Nov 2022 09:32:50 +0800 Message-Id: <20221111013250.2419064-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 | 195 +-- .../TestSuite_vm2vm_virtio_net_perf_cbdma.py | 1263 ++++++++++------- 2 files changed, 833 insertions(+), 625 deletions(-)