From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 55CF9A317C for ; Thu, 17 Oct 2019 15:48:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21F311E8F5; Thu, 17 Oct 2019 15:48:15 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1A8331E8F3 for ; Thu, 17 Oct 2019 15:48:13 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2019 06:48:13 -0700 X-IronPort-AV: E=Sophos;i="5.67,307,1566889200"; d="scan'208";a="190029787" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.95]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 17 Oct 2019 06:48:12 -0700 Date: Thu, 17 Oct 2019 14:48:09 +0100 From: Bruce Richardson To: Xiao Wang Cc: dev@dpdk.org Message-ID: <20191017134809.GC912@bricha3-MOBL.ger.corp.intel.com> References: <20191018000147.193134-1-xiao.w.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191018000147.193134-1-xiao.w.wang@intel.com> User-Agent: Mutt/1.12.1 (2019-06-15) Subject: Re: [dpdk-dev] [PATCH] doc: fix address type description for IOAT rawdev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Thu, Oct 17, 2019 at 08:01:47PM -0400, Xiao Wang wrote: > Align the description to what the code snippet shows. > > Fixes: 0a92e63fc4cd ("raw/ioat: add local API to perform copies") > > Signed-off-by: Xiao Wang > --- > doc/guides/rawdevs/ioat.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/rawdevs/ioat.rst b/doc/guides/rawdevs/ioat.rst > index 607cb5a86..d0eee5e23 100644 > --- a/doc/guides/rawdevs/ioat.rst > +++ b/doc/guides/rawdevs/ioat.rst > @@ -160,7 +160,7 @@ the application calls ``rte_ioat_completed_copies()``. > > The ``rte_ioat_enqueue_copy()`` function enqueues a single copy to the > device ring for copying at a later point. The parameters to that function > -include the physical addresses of both the source and destination buffers, > +include the IOVA addresses of both the source and destination buffers, > as well as two "handles" to be returned to the user when the copy is > completed. These handles can be arbitrary values, but two are provided so > that the library can track handles for both source and destination on > -- Acked-by: Bruce Richardson