fada6963ce
Use strcmp to compare device names as the strncmp in original code
causes find_vdev to return -EEXIST for names that are prefix
of another. The creation of interfaces fails unpredictably based
on the order of their creation. An easy way hit this bug is to create
eth_vhost1 after eth_vhost11.
Fixes:
|
||
---|---|---|
.. | ||
dpaa | ||
fslmc | ||
pci | ||
vdev | ||
Makefile | ||
meson.build |