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 C7A71A0C54; Fri, 3 Sep 2021 12:51:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9525E40E78; Fri, 3 Sep 2021 12:51:53 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id DE25A40E09 for ; Fri, 3 Sep 2021 12:51:52 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10095"; a="280405355" X-IronPort-AV: E=Sophos;i="5.85,265,1624345200"; d="scan'208";a="280405355" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Sep 2021 03:51:51 -0700 X-IronPort-AV: E=Sophos;i="5.85,265,1624345200"; d="scan'208";a="500294680" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.26.152]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 03 Sep 2021 03:51:50 -0700 Date: Fri, 3 Sep 2021 11:51:47 +0100 From: Bruce Richardson To: Kevin Laatz Cc: dev@dpdk.org, fengchengwen@huawei.com, jerinj@marvell.com, conor.walsh@intel.com Message-ID: References: <20210827172048.558704-1-kevin.laatz@intel.com> <20210903105001.1179328-1-kevin.laatz@intel.com> <20210903105001.1179328-3-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210903105001.1179328-3-kevin.laatz@intel.com> Subject: Re: [dpdk-dev] [PATCH v2 02/16] doc: initial commit for dmadevs section X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Sep 03, 2021 at 10:49:47AM +0000, Kevin Laatz wrote: > Add new section to the programmer's guide for dmadev devices. > > Signed-off-by: Kevin Laatz > --- Acked-by: Bruce Richardson