From patchwork Wed Sep 7 03:30: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: 115999 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 D4962A054A; Wed, 7 Sep 2022 05:36:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A37D8400D6; Wed, 7 Sep 2022 05:36:04 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 66BFD40042 for ; Wed, 7 Sep 2022 05:36:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662521763; x=1694057763; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Nr+ocZx0zjZgApBR0VZO9cyeltzM4r5ks0rlYCXHWZU=; b=meDmANXEotaLW0iZN5le0aprNFEC+zJoHXdD4C7PVXsazaCg+qmO9izy YFjbXmJTpNOyb1Myv9cUBT/Xsk5pOwvp7BOHxTREM0nAdpADjhuH8o2tm D+emJXy/oPlRHisyxXrp3hEBja5IzceQjv3v7FPKITgmhUVvqy9eVswmy Y8/IF5xJbwni6cAUXoOVKaUAeD346iOhV2eKz5wjzwHJC9U45j0evbkb8 +lUHP2JnQXETq8DrPtiZlladbD5MMs4PFTf5vbZ2EmI781aN3uxffF7N+ x9Vf6pgFQKeEaH4PW1lvpGscyXtOlKHgs5pZlj3Oc1hz9rt2TSqg8CLIE g==; X-IronPort-AV: E=McAfee;i="6500,9779,10462"; a="295504234" X-IronPort-AV: E=Sophos;i="5.93,295,1654585200"; d="scan'208";a="295504234" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 20:35:54 -0700 X-IronPort-AV: E=Sophos;i="5.93,295,1654585200"; d="scan'208";a="942722179" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 20:35:53 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] delete dma_ring_size parameter Date: Tue, 6 Sep 2022 23:30:50 -0400 Message-Id: <20220907033050.1128978-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 By DPDK have removed dma_ring_size parameter, so delete dma_ring_size parameter from basic_4k_pages_cbdma testplan and testsuite. Wei Ling (2): test_plans/basic_4k_pages_cbdma_test_plan: delete dma_ring_size parameter tests/basic_4k_pages_cbdma: delete dma_ring_size parameter test_plans/basic_4k_pages_cbdma_test_plan.rst | 8 ++++---- tests/TestSuite_basic_4k_pages_cbdma.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-)