[Bug 1625542] Re: --vhost-owner --vhost-perm no more transferred to DPDK EAL commandline

2016-09-26 Thread Timo Koehler
After a reboot and restart of ovs-vswitchd I have seen these EAL logs pointing to the problem: EAL: vhost-user socket cannot set permissions to 0664 (Unknown error -1). EAL: vhost-user socket unable to set ownership to libvirt-qemu:kvm (Unknown error -1). VHOST_CONFIG: vhost-user server: socket

[Bug 1629271] Re: ovs-dpdk 2.6 source package linkage broken

2016-09-30 Thread Timo Koehler
** Package changed: dpdk (Ubuntu) => openvswitch-dpdk (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629271 Title: ovs-dpdk 2.6 source package linkage broken To manage notifications about

[Bug 1629271] [NEW] ovs-dpdk 2.6 source package linkage broken

2016-09-30 Thread Timo Koehler
Public bug reported: I am trying to build dpdk and ovs .deb packages on Ubuntu 16.04, from your latest source at DPDK 16.07: https://launchpad.net/ubuntu/+source/dpdk/16.07-0ubuntu3 OVS 2.6: https://launchpad.net/ubuntu/+source/openvswitch/2.6.0~git20160912.dc61b4e-0ubuntu4 The actual

[Bug 1629271] Re: ovs-dpdk 2.6 source package linkage broken

2016-10-06 Thread Timo Koehler
Sorry but I can't find a dpdk enabled vswitchd. I am using the latest source package: bzr import-dsc https://launchpad.net/ubuntu/+archive/primary/+files/openvswitch_2.6.0-0ubuntu2.dsc I see both the openvswitch-switch and openvswitch-switch-dpdk .deb are created and I followed the steps to

[Bug 1629271] Re: ovs-dpdk 2.6 source package linkage broken

2016-10-04 Thread Timo Koehler
Thanks Christian for your continued attention. Regarding #3 I downloaded the wrong source, thanks for pointing it out.. It looks like the fix for 1628419 was just released. I will try it and update this case until Friday this week. -- You received this bug notification because you are a member

[Bug 1629271] Re: ovs-dpdk 2.6 source package linkage broken

2016-10-06 Thread Timo Koehler
Same problem - no dpdk enabled vswitchd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629271 Title: ovs-dpdk 2.6 source package linkage broken To manage notifications about this bug go to:

[Bug 1629271] Re: ovs-dpdk 2.6 source package linkage broken

2016-10-06 Thread Timo Koehler
Trying with dpdk_16.07-0ubuntu5 because it fixes 1628419. Above attempt was based on dpdk_16.07-0ubuntu4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629271 Title: ovs-dpdk 2.6 source package

[Bug 1625542] Re: --vhost-owner --vhost-perm no more transferred to DPDK EAL commandline

2016-09-20 Thread Timo Koehler
See my results below. When restarting ovs-vswitchd it complains: unrecognized option '--vhost-owner' I use ovs master (2.6.90) and dpdk 16.07. Do I still need to apply fix- vhost-user-socket-permission.patch? Result: - ovs-vsctl --no-wait set Open_vSwitch .

[Bug 1625542] Re: --vhost-owner --vhost-perm no more transferred to DPDK EAL commandline

2016-09-26 Thread Timo Koehler
Hi Christian, I added the code from fix-vhost-user-socket-permission.patch to my sources above (running into build issues with 2.6.0~git20160912.dc61b4e-0ubuntu4). This fixed the unrecognized option '--vhost-owner'.. issue. But the new code is not used - a new vhu socket is still root:root. I