From patchwork Thu Dec 22 02:29:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 121246 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 3C943A034C; Thu, 22 Dec 2022 03:38:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1224940698; Thu, 22 Dec 2022 03:38:08 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9C70B400D7 for ; Thu, 22 Dec 2022 03:38:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671676686; x=1703212686; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=BD04y9JHioQzskf7YrTXH1XScW7866KcQ0tzUnjgUr4=; b=TKhrHDr6ORT7gWAEmRRp7deKiVuuxyUli4D0yPkAmMklvian/0ggqWwF 4TwKOHutFtb6j+M9Z6el/i143tsPDq1Lg8Z+E2WD84UqNXH/Z6nZ7HWdu QcI0v/i+ts6c2MhiCJVy0efWTdmeq9C4P7jC2jK8ExoLt5rxq4LZDAKPy G7BdDnwZuKknD/r/NAUd/QxzmfRQIRhmHmoq6UMWIaGzzRCciE8HbmQc6 +2pmtKF5wk8xoq3+JjDMHbJse2yRjK8tznRFbI3rG/IJPMGKdAiu5jb7v OzUFDdeKdfR2717ESMKSPhJjP4mkbOZjw7KmZmCy+FxvBi1JCxC64UrBO A==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="320080981" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="320080981" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2022 18:38:01 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="825819862" X-IronPort-AV: E=Sophos;i="5.96,264,1665471600"; d="scan'208";a="825819862" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2022 18:37:59 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 0/2] modify dmas parameter by DPDK changed Date: Thu, 22 Dec 2022 10:29:23 +0800 Message-Id: <20221222022923.174169-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/basic_4k_pages_cbdma_test_plan: modify dmas parameter by DPDK changed tests/basic_4k_pages_cbdma: modify dmas parameter by DPDK changed test_plans/basic_4k_pages_cbdma_test_plan.rst | 626 ++++++++-------- tests/TestSuite_basic_4k_pages_cbdma.py | 685 ++++++++---------- 2 files changed, 603 insertions(+), 708 deletions(-)