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 ?        00:01:59 ovs-vswitchd --dpdk -c 0x1 -n 2 
-- unix:/var/run/openvswitch/db.sock --pidfile --detach


But I hit another following problem after executing the command 'sudo ovs-vsctl 
add-port ovsbr0 dpdk0 -- set Interface dpdk0 type=dpdk':

2016-04-12T03:44:32.151Z|00014|netdev|WARN|could not create netdev dpdk0 of 
unknown type dpdk
2016-04-12T03:44:32.151Z|00015|bridge|WARN|could not open network device dpdk0 
(Address family not supported by protocol)

-- 
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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch-dpdk/+bug/1547463/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to