]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_rawdev.c
common/sfc_efx/base: add NIC magic check on BAR lookup
[dpdk.git] / app / test / test_rawdev.c
index 524a9d5f3b6d8bcd1865ef058b1cb102d97db8bb..d8d9595be19cca557065371c7090948084038a05 100644 (file)
@@ -34,7 +34,7 @@ test_rawdev_selftest_ioat(void)
 
        for (i = 0; i < count; i++) {
                struct rte_rawdev_info info = { .dev_private = NULL };
-               if (rte_rawdev_info_get(i, &info) == 0 &&
+               if (rte_rawdev_info_get(i, &info, 0) == 0 &&
                                strstr(info.driver_name, "ioat") != NULL)
                        return rte_rawdev_selftest(i) == 0 ?
                                        TEST_SUCCESS : TEST_FAILED;