bus/vdev: fix comment
RTE_DEV_WHITELISTED is now replaced with RTE_DEV_ALLOWED.
Fixes: a65a34a85e
("eal: replace usage of blacklist/whitelist in enums")
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
parent
64ce42fa27
commit
c753160da1
@ -498,7 +498,7 @@ vdev_scan(void)
|
||||
* 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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user