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
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
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
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:
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
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
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