[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
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
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
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
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
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
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
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
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 ?
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
#
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
11 matches
Mail list logo