]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rawdevs/ioat.rst
raw/ntb: support Intel Ice Lake
[dpdk.git] / doc / guides / rawdevs / ioat.rst
index dac52fabf11dd4fae6311ad3087910683bc1d4ec..c46460ff454bdfa09832c71f709eb9dcbb7a93fc 100644 (file)
@@ -142,7 +142,7 @@ The following code shows how the device is configured in
         /* ... */
 
         p.ring_size = IOAT_TEST_RINGSIZE;
-        if (rte_rawdev_configure(dev_id, &info) != 0) {
+        if (rte_rawdev_configure(dev_id, &info, sizeof(p)) != 0) {
                 printf("Error with rte_rawdev_configure()\n");
                 return -1;
         }