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 4232FA0C60; Fri, 5 Nov 2021 08:57:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 39A3D40689; Fri, 5 Nov 2021 08:57:58 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 5031440151 for ; Fri, 5 Nov 2021 08:57:54 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10158"; a="218760307" X-IronPort-AV: E=Sophos;i="5.87,210,1631602800"; d="scan'208";a="218760307" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2021 00:57:53 -0700 X-IronPort-AV: E=Sophos;i="5.87,210,1631602800"; d="scan'208";a="490251642" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2021 00:57:48 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Fri, 5 Nov 2021 15:50:40 +0800 Message-Id: <20211105075040.535446-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/2] modify testsuite and app_name.cfg sync with dpdk 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" According to the dpdk-21.11-rc1 'd047310407a3511b1e2910c7ddf59d5049b202f6' change from example/ioat to /example/dma, dts need to change sync with dpdk. Wei Ling (2): tests/cbdma: modify testsuite sync with dpdk change conf/app_name: modify app config sync with dpdk change conf/app_name.cfg | 2 +- tests/TestSuite_cbdma.py | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) -- 2.25.1