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:
David Marchand 2020-11-16 11:06:18 +01:00
parent 64ce42fa27
commit c753160da1

View File

@ -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);
}