From patchwork Wed Dec 14 07:31:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120871 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 AFE83A0543; Wed, 14 Dec 2022 08:39:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9F33400D6; Wed, 14 Dec 2022 08:39:39 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 3E9434003F for ; Wed, 14 Dec 2022 08:39:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671003578; x=1702539578; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tp3Hfql0JfXkMBbB5cBwWVSMfYVRFHU8PxqSjOxbEq4=; b=L2vU38TZTsdTZ6HXObe3sA7evEajxLGby4h6P6SkUKWnQ1fQmWitZqdp Y3++ibChm4TEo/K5kko0CJBCU/vFcBfU+RWLCfIKf2JucFxuANd/HR4HK EhmKHpjpJ20cID5tVxXcbrM22d/Dyq35gFkxAqGhzQ4pO5kHozWtD4erY 0YO9w6YASJVrwReTMbedUkBOgnpcIIRo6HUhPnHptNZVEHw+qFve7YO/J YXahnEz8YZeY9g+FZIx0jwQPyrTokWLaVls/gueDErKj90KZ4N1gwZ9E/ +AxgXAryuMg3ztOh6lGRJ6Y56s/rqv0GLRKXPjb54Gt0ehQbck8HqzbEe g==; X-IronPort-AV: E=McAfee;i="6500,9779,10560"; a="404606432" X-IronPort-AV: E=Sophos;i="5.96,243,1665471600"; d="scan'208";a="404606432" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Dec 2022 23:39:24 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10560"; a="791204980" X-IronPort-AV: E=Sophos;i="5.96,243,1665471600"; d="scan'208";a="791204980" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Dec 2022 23:39:23 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] modify the dmas parameter by DPDK changed Date: Wed, 14 Dec 2022 15:31:51 +0800 Message-Id: <20221214073151.3931227-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 Wei Ling (2): test_plans/vm2vm_virtio_pmd_cbdma_test_plan: modify the dmas parameter by DPDK changed tests/vm2vm_virtio_pmd_cbdma: modify the dmas parameter by DPDK changed .../vm2vm_virtio_pmd_cbdma_test_plan.rst | 574 +++++++++--------- tests/TestSuite_vm2vm_virtio_pmd_cbdma.py | 431 ++++++------- 2 files changed, 511 insertions(+), 494 deletions(-)