From patchwork Thu Dec 15 04:59:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120911 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 DB77DA0543; Thu, 15 Dec 2022 06:07:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C864F40684; Thu, 15 Dec 2022 06:07:23 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 7AA1040223 for ; Thu, 15 Dec 2022 06:07:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671080842; x=1702616842; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=RckZOiYZg+4K6ZQ8yAc1QjaRlruetECGv7RO0plYPtQ=; b=DAWdV7D+vuZYb33242V8GrCqP55RWdwNyrXPFTZ8lbvDP2R+mR5xtFgz l9Z0ew27eGOd32KSd1wPrgMYDkb4mmtp3o6Ux2u5ZELQUVV7x5tMVzhJ+ Nhrlwb3x45RkbckSjNctoFzi5ypw2qgM0Viun+f26Gllr8pl7Mbn2JQfx JAJUdM9oIIXmpCt2wHC8Aho6usQeHv9b7eOrslM9ADmf/gyfaxfj3jr6x BetD9mBb0TY7efoxlKEVyXd/aQLoDXJrL+z5Zn1WN+eMe69iqvA6yVXZD vlBGd4tQfedtYsfQt0VkU4IklNnvsZ/rgYawp7su0G8rHogA8AreMxzgW Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="320442563" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="320442563" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2022 21:07:21 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10561"; a="773580933" X-IronPort-AV: E=Sophos;i="5.96,246,1665471600"; d="scan'208";a="773580933" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2022 21:07:20 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [PATCH V3 0/2] modify dmas parameter by DPDK changed Date: Thu, 15 Dec 2022 12:59:41 +0800 Message-Id: <20221215045941.309520-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 The dmas parameter have been changed by the local patch, so modify the dmas parameter in the testplan and testsuite. 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 | 313 ++-- .../TestSuite_vm2vm_virtio_net_perf_cbdma.py | 1316 ++++++++++------- 2 files changed, 924 insertions(+), 705 deletions(-)