Re: [vpp-dev] Having trouble disabling optimization

2021-07-28 Thread Dave Barach
Take a hard look at the startup config / command-line arguments passed by “make run”. The Python client isn’t hooking up with vpp correctly, most likely due to permission issues on the binary api segment. Make sure that the python client runs as root, or as a member of the “vpp” group,

Re: [vpp-dev] Having trouble disabling optimization

2021-07-28 Thread Ivaylo Handjiiski
Hello again, Thank you for the reply. I can't completely understand how am I supposed to make it work. I successfully generated -g -O0 binaries the way you explained using "make build" from my vagrant vm and then I tried various scenarios: - I copied the binaries from my vagrant vm to my