From patchwork Tue Sep 6 09:04:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 115958 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 E4A55A0542; Tue, 6 Sep 2022 11:09:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF60A40143; Tue, 6 Sep 2022 11:09:02 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id C96B8400D6 for ; Tue, 6 Sep 2022 11:09:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662455341; x=1693991341; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xFPax6La+g3K0ZRjYEYE8enFgt7QvHi0JixEXsnTUIs=; b=mOS6VGfBa0MnDpInLo3+GlZXZkJGvCO2Ymu8rtKqctrWfkdttOkzcFnC H+S7jvJUdYsIjiKChpqPBT28VNZsRkKz6gwSv3N6pCh2OiILF51KovvIL eqi6NsDPRxLbmp+36SBamF+ZoA0GhqPVdrUqzKeLx6j2AneyIAPD8ILYl Lx4J8Zb9VJ9kdh/0oSbqYauOeO7HYX7A7qoSu/K6yy/F91xIQP5x+FVqL ZSmK1917tmFhPwxWa+S0O+AG0EjsacWCRAe+s4z4piqkc0laApL08TkS6 fwt4I6wUYxlVpOI1QQ8xw9j+ldKyrcSwEmOlylUdDX7jVr8VEXIkQe1DA g==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="358261048" X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="358261048" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 02:09:00 -0700 X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="609892270" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 02:08:59 -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 05:04:04 -0400 Message-Id: <20220906090404.534693-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 .idea/vcs.xml | 6 ++++++ test_plans/basic_4k_pages_cbdma_test_plan.rst | 8 ++++---- tests/TestSuite_basic_4k_pages_cbdma.py | 8 ++++---- 3 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 .idea/vcs.xml