]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rawdevs/ioat.rst
app/testpmd: display Rx queue used descriptor count
[dpdk.git] / doc / guides / rawdevs / ioat.rst
index 7c2a2d4570f2d2f44693a99bc43f7acab25399e5..250cfc48a60431a71a2268ac2e819a6f0a8069b7 100644 (file)
@@ -285,6 +285,16 @@ is correct before freeing the data buffers using the returned handles:
         }
 
 
+Filling an Area of Memory
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The IOAT driver also has support for the ``fill`` operation, where an area
+of memory is overwritten, or filled, with a short pattern of data.
+Fill operations can be performed in much the same was as copy operations
+described above, just using the ``rte_ioat_enqueue_fill()`` function rather
+than the ``rte_ioat_enqueue_copy()`` function.
+
+
 Querying Device Statistics
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~