RTE_DEV_WHITELISTED is now replaced with RTE_DEV_ALLOWED.
Fixes:
a65a34a85ebf ("eal: replace usage of blacklist/whitelist in enums")
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
* by calling rte_devargs_insert() with
* devargs.bus = rte_bus_find_by_name("vdev");
* devargs.type = RTE_DEVTYPE_VIRTUAL;
- * devargs.policy = RTE_DEV_WHITELISTED;
+ * devargs.policy = RTE_DEV_ALLOWED;
*/
custom_scan->callback(custom_scan->user_arg);
}