From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3BC2DA0C4B; Mon, 8 Nov 2021 09:52:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 014CE410E4; Mon, 8 Nov 2021 09:52:23 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B60FC40E5A for ; Mon, 8 Nov 2021 09:52:21 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10161"; a="293020454" X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="293020454" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 00:52:20 -0800 X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="502936727" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 00:52:19 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Mon, 8 Nov 2021 16:44:55 +0800 Message-Id: <20211108084455.1355562-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/3] modify app name by dpdk change 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 Sender: "dts" 1.According to dpdk commit d0473104("examples/ioat: port application to dmadev API") change from example/ioat to /example/dma, dts need to change sync with dpdk. 2.DTS need change the app name in dts/conf/app_name.cfg. 3.DTS need chenge the app name in dts/test_plan. Wei Ling (3): test_plans/cbdma_test_plan: modify app name by dpdk change tests/cbdma: modify app name by dpdk change conf/app_name: modify app name by dpdk change conf/app_name.cfg | 2 +- test_plans/cbdma_test_plan.rst | 40 ++++++++--------- tests/TestSuite_cbdma.py | 80 +++++++++++++++++----------------- 3 files changed, 61 insertions(+), 61 deletions(-) -- 2.25.1