Hi Discuss Group.

I want to use dpdk-ovs with vxlan tunneling.

I have build OVS(github master branch) with DPDK(2.0.0) as mentioned in the
INSTALL.DPDK.md <http://install.dpdk.md/>.
And I try use userspace tunneling as mentioned in
the README-native-tunneling.md.

ovs-vsctl add-br br-eth1  -- set bridge br-eth1 datapath_type=netdev
ovs-vsctl add-port br-eth1 dpdk0 -- set Interface dpdk0 type=dpdk;

However, when I try assign ip address to br-eth1, ovs-vswitchd is killed
with segfault.
ifconfig br-eth1 172.168.1.1 netmask 255.255.255.0

This is the log:

May 26 19:57:23 xeon kernel: ovs-vswitchd[2734]: segfault at a70938 ip
000000000067e214 sp 00007fff694cecb0 error 4 in ovs-vswitchd[400000+36d000]
May 26 19:57:25 xeon abrt-server[2815]: Executable
'/usr/local/sbin/ovs-vswitchd' doesn't belong to any package and
ProcessUnpackaged is set to 'no'
May 26 19:57:25 xeon abrt-server[2815]: 'post-create' on
'/var/tmp/abrt/ccpp-2015-05-26-19:57:23-2734' exited with 1

How can I use userspace tunneling with dpdk-ovs?

Thanks,
Cha.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to