From 21f46d5f194ee475de622caa1cad54a91d1effb1 Mon Sep 17 00:00:00 2001 From: Xiao Wang Date: Thu, 17 Oct 2019 20:01:47 -0400 Subject: [PATCH] doc: fix address type description for IOAT rawdev Align the description to what the code snippet shows. Fixes: 0a92e63fc4cd ("raw/ioat: add local API to perform copies") Cc: stable@dpdk.org Signed-off-by: Xiao Wang Acked-by: Bruce Richardson --- 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 607cb5a86f..d0eee5e237 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 -- 2.20.1