From patchwork Wed Nov 9 06:42:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119596 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 5D9C2A0093; Wed, 9 Nov 2022 07:49:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3776F400EF; Wed, 9 Nov 2022 07:49:13 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 98E88400D7 for ; Wed, 9 Nov 2022 07:49:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667976551; x=1699512551; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PdVHqDj3XPzOhcZJWICQ5+MT0WpI1pwIRq2kRDhss/Y=; b=TZizrpX3fTa2yC7bnyJNDv8+agjvb6r9D87OHLRL1sA8RNtgiw0NM2aT 3h8m87CFqmor/4qC47sS5WbIUEL8oOygEJN3vqNKoAJdW5Sc0YEZ1EDOf EISYLlFSKC7sqSQUIAd3WJfUT9Rtb4PU2DzfMXp0HuDIkbL9pVUDIARmR 3LZd1Qhy4Ef3V5rHe7XaqxoxRvtVh5lsi9PSFaZTmqFI1OHTGv8CYQZqv iofNcvyPUtAeg+sTq89pZqVz5va1/FRLiq7WGQfFEHMIlehhBSeMjPkoU kyhI9hg4EyOsOvEu2fGP0IiQneRPiB1bfj6qfQa8yvDTiL/j8udYsAW4X Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10525"; a="294277983" X-IronPort-AV: E=Sophos;i="5.96,149,1665471600"; d="scan'208,223";a="294277983" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2022 22:49:10 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10525"; a="700235724" X-IronPort-AV: E=Sophos;i="5.96,149,1665471600"; d="scan'208,223";a="700235724" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2022 22:49:09 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify the dmas parameter by DPDK changed Date: Wed, 9 Nov 2022 14:42:46 +0800 Message-Id: <20221109064246.1208736-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 changed, so modify the dmas parameter. Wei Ling (2): test_plans/basic_4k_pages_cbdma_test_plan: modify the dmas parameter tests/basic_4k_pages_cbdma: modify the dmas parameter test_plans/basic_4k_pages_cbdma_test_plan.rst | 596 +++++++++-------- tests/TestSuite_basic_4k_pages_cbdma.py | 625 +++++++----------- 2 files changed, 554 insertions(+), 667 deletions(-)