[dpdk-dev] Proper usage of RTE_ETH_FOREACH_DEV and device whitelist

Paras Jha dreadiscool at gmail.com
Wed May 23 22:24:54 CEST 2018


Hi all,

Are there any caveats with the usage of RTE_ETH_FOREACH_DEV? I have 4
interfaces bound to the igb_uio driver, but the macro seems to never
enumerate over any of them.

On another note, trying to manually specify a whitelist of devices to use
as a command line option always yields a message similar to this one

ERROR: failed to parse device "01:00.1"
EAL: Unable to parse device '01:00.1'
PANIC in main():

I'm using the master branch of DPDK at commit
c9db09ff0eef82cd85a4b5ffe1d7e9efc3907317, if that helps at all

Thanks in advance!


More information about the dev mailing list