From patchwork Thu Sep 22 07:55:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "He, Xingguang" X-Patchwork-Id: 116641 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 36D72A0543; Thu, 22 Sep 2022 09:55:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3251840156; Thu, 22 Sep 2022 09:55:30 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 44670400D7 for ; Thu, 22 Sep 2022 09:55:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663833328; x=1695369328; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=eMoZp7tFPoN/YDitp0bMAJSqCB0Fmpd8UrCfLyse38w=; b=cnW2KhgJTkFCqzMCPnW14T7mUsu2QxOAx/X50n3xOEI7qrUtOQlo/kmt c/V9KUjlRrrerlYPDEeplR5B/NiYCVi+aNS57fSYsG9fhpqQ46o1b4y5R hiUGnYdbN/ePs5mSi1cTWIdN0zVT/JIPAraj1Oz8u+5PB4fvXiX46MzSM juCD+AMPBhe6PyaVl28Q8GcmlAty5/mVsQG8jCr62O/UXW9r/Tlpcg1km M+AmHLhUv30IiuPlWN4Z+5ydljGkZd5n3MzcGt4xG1fb5u/qcMKhiragU RN2UcR5gXg7l1x0DLuFcv7VcQpgpBieepIX4sc+PclPPW77N1ex+JmBOr w==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="301638169" X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="301638169" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 00:55:27 -0700 X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="864757638" Received: from dpdk-xingguang-icelake.sh.intel.com ([10.67.119.147]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 00:55:26 -0700 From: Xingguang He To: dts@dpdk.org Cc: Xingguang He Subject: [dts][PATCH V1 0/1] modify example related descriptions Date: Thu, 22 Sep 2022 07:55:20 +0000 Message-Id: <20220922075521.2703217-1-xingguang.he@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 According to dpdk commit bb4141db("examples/dma: rename ioat application example"), update some example related descriptions in dts. Xingguang He (1): test_plans/cbdma_test_plan: modify example related since dpdk changed test_plans/cbdma_test_plan.rst | 149 +++++++++++++++++++++------------ 1 file changed, 95 insertions(+), 54 deletions(-)