Comment 7 for bug 1625542

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hi Timo,
it is good that the issue with the unknown parameter are gone now.
The question is now, are these parms:
a) no more passed to OVS, but to DPDK instead (good)
or
b) no more passed to OVS, but neither to DPDK (bad)

If a) is true you should see log entries of these kind each time a DPDK socket is created:
Socket %s changed permissions to %s
Socket %s changed ownership to %s

There are also a bunch of failing paths with messages as you can see in the patch e.g. if it can't change the permission or doesn't find the user.

Do you see any of those in the EAL log?