[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2018-01-28 Thread Launchpad Bug Tracker
[Expired for openvswitch-dpdk (Ubuntu) because there has been no activity for 60 days.] ** Changed in: openvswitch-dpdk (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2017-11-29 Thread ChristianEhrhardt
I can confirm it worked back then and still works for me with systemd controls. That is also what the tests were based on which were good in that regard. I retested today just to the extend of seeing the options where they should be: # Xenial guest to test on $ uvt-kvm create --password=ubuntu --m

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2017-11-29 Thread ChristianEhrhardt
Note: in latter versions the options are actual real database properties of ovsdb and can be configured much like anything else in OVS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547463 Title: o

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2017-11-29 Thread ChristianEhrhardt
For the issue of zhhuabi in comment #3 - that seems to be missing the update-alternatives call to actually switch to the OVS compiled with dpdk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547463 T

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2017-11-29 Thread ChristianEhrhardt
Hi, I beg your pardon as I didn't see that bug before. Lacked to subscribe for this particular package :-/ It was reported on a similar bug that this works if you use systemd calls like (thnaks Thiago for that): $ service openvswitch-switch stop $ service openvswitch-switch start In general dpdk

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2016-07-03 Thread Ethan Lynn
Will this be fixed in 16.04.1? I have this problem in 16.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547463 Title: openvswitch-dpdk starting with DPDK_OPTS parameter To manage notifications

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2016-05-03 Thread Alexandre Derumier
Hi, It's work for me if I add test -e /etc/default/openvswitch-switch && . /etc/default/openvswitch- switch at the begin of /usr/share/openvswitch/scripts/ovs-ctl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2016-04-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openvswitch-dpdk (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547463 Ti

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2016-04-11 Thread Hua Zhang
Finally I use the following workaround, it works for me. sudo restart openvswitch-switch sudo killall ovs-vswitchd sudo ovs-vswitchd --dpdk -c 0x1 -n 2 -- unix:/var/run/openvswitch/db.sock --pidfile --detach hua@node1:~$ ps -ef |grep ovs-vswitchd |grep dpdk root 24124 3720 99 11:47 ?

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2016-04-11 Thread Hua Zhang
Hi Paul, Above workaround can't work for me, do you know why ? hua@node1:~$ cat /etc/default/openvswitch-switch |grep DPDK_OPTS DPDK_OPTS='--dpdk -c 0x1 -n 4' hua@node1:~$ cat /etc/init/openvswitch-switch.conf |grep -B 1 -A 2 DPDK set "$@" $OVS_CTL_OPTS if test X"$DPDK_OPTS" != X; then #

[Bug 1547463] Re: openvswitch-dpdk starting with DPDK_OPTS parameter

2016-02-19 Thread Janghoon-Paul Sim
This issue happens since DPDK_OPTS parameter is not forwarded to ovs- ctl. To make it working, /etc/init/openvswitch-switch.conf should be modified like the following so that DPDK_OPTS parameter can be forwarded to ovs-ctl if test X"$FORCE_COREFILES" != X; then set "$@" --force-corefiles="$FORC