Re: [ovs-discuss] ovs-vswitchd bridge datapath_type netdev doesn't work with ovs-ofctl (br0 is not a bridge or a socket)

2014-10-02 Thread Daniel Badea
he default ixgbe kernel module to handle the 10Gbit port "Intel Corporation Ethernet 10G 2P X520 Adapter (rev 01)". Traffic flow: iperf.client -> HostB.ixgbe -> wire -> HostA.dpdk0 -> VM.vnet1 -> iperf.server -Daniel -Original Message- From: Daniel Badea [mailto:da

Re: [ovs-discuss] ovs-vswitchd bridge datapath_type netdev doesn't work with ovs-ofctl (br0 is not a bridge or a socket)

2014-10-02 Thread Daniel Badea
Transfer Bandwidth # [ 3] 0.0-300.0 sec 37.7 GBytes 1.08 Gbits/sec (VM uses 4 vCPUs) Best regards, Daniel -Original Message- From: Daniele Di Proietto [mailto:ddiproie...@vmware.com] Sent: Wednesday, October 1, 2014 11:12 PM To: Daniel Badea Cc: discuss@openvswitch.org Subject: Re

[ovs-discuss] ovs-vswitchd bridge datapath_type netdev doesn't work with ovs-ofctl (br0 is not a bridge or a socket)

2014-10-01 Thread Daniel Badea
I'm trying to configure a flow between a DPDK port and a VM virtio port. Following instructions here: https://github.com/openvswitch/ovs/blob/master/INSTALL.DPDK I created br0 bridge, set dapapath_type to "netdev", added dpdk0 and dpdk1 ports and created a virsh host with the following config

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
ib/ofpbuf.h:364:1: warning: control reaches end of non-void function [-Wreturn-type] lib/dpif.c: In function 'ofpbuf_size': lib/ofpbuf.h:384:1: warning: control reaches end of non-void function [-Wreturn-type] lib/dpif.c: In function 'ofpbuf_data': lib/ofpbuf.h:364:1: warning:

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
d.running ]]; do sleep 1 done ./utilities/ovs-vsctl add-br br0 ./utilities/ovs-vsctl set bridge br0 datapath_type=netdev ./utilities/ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk ./utilities/ovs-vsctl add-port br0 dpdk1 -- set Interface dpdk1 type=dpdk

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
switch/ovs.git [branch "master"] remote = origin merge = refs/heads/master --Daniel -Original Message- From: Justin Pettit [mailto:jpet...@nicira.com] Sent: Thursday, September 25, 2014 11:57 PM To: discuss@openvswitch.org; Daniel Badea Subject: Re: [ovs-discuss] ovs-vswitchd

[ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-25 Thread Daniel Badea
I encountered the following issue: ovs-vswitchd with crashes when adding a dpdk port. Building ovs with dpdk support is not straightforward because: - ovs doest not build with the latest dpdk version 1.7.1 - the document here http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=b