X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frawdevs%2Fioat.rst;h=d0eee5e237aca17aba3f599911770c983076a438;hb=176bb37ca6f344e6765d0ce4b99b88950b618ce1;hp=607cb5a86f21a0be63e6229432fb18ccab5663d1;hpb=473c88f9b391c2cd8b8622dcc488116cb09b624a;p=dpdk.git 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