[ovs-discuss] ovs-dpdk: How to achieve predictable throughput?

2016-04-06 Thread Mattias Johansson G
Hi, I've been doing throughput measurements of OVS DPDK version 2.4 using two PMD threads for the datapath and I'm facing a behavior that I would like to discuss. Two blades are involved in the test setup. One blade is the traffic generator and the other one has the OVS and the VM to be tested

[ovs-discuss] Vhost-User port not work and always show 'down'; vm can't ping host

2016-04-06 Thread 李伏琼
Dear All, I am facing the same problem as http://openvswitch.org/pipermail/discuss/2015-August/018439.html; But the thread seems not to be solved , can someone help me? Thank you. Ovs version : 2.5.0 Dpdk version: 2.2.0 Ovs-vsctl show: 18f23a8a-6ce3-49c4-9068-fe4aa

[ovs-discuss] What LISP-related features are supported by OVS?

2016-04-06 Thread 신유현
Hello,I read README-lisp.md and it states that 'A LISP "map-cache" can be implemented using flows'. I wonder does this mean that the whole lisp control planeis replaced by openflow messages and flow table in OVS, and lisp control messages like map-request and map-reply  not supported by OVS. I w

Re: [ovs-discuss] OVS will not send ARP packets as packet-in to OpenFlow controller

2016-04-06 Thread Justin Pettit
> On Apr 6, 2016, at 3:28 PM, Ryan Izard wrote: > > Yep, we stumbled into that and it worked like a charm. We couldn't quite tell > from the document if in-band is enabled or disabled by default when you > install and bring up a bridge for the first time. Do you happen to know? Yes, it is. F

Re: [ovs-discuss] OVS will not send ARP packets as packet-in to OpenFlow controller

2016-04-06 Thread Ryan Izard
Yep, we stumbled into that and it worked like a charm. We couldn't quite tell from the document if in-band is enabled or disabled by default when you install and bring up a bridge for the first time. Do you happen to know? We have machines of our own at Clemson and Utah and in CloudLab and GENI. W

Re: [ovs-discuss] OVS will not send ARP packets as packet-in to OpenFlow controller

2016-04-06 Thread Nicholas Bastin
On Wed, Apr 6, 2016 at 6:09 PM, Ryan Izard wrote: > One of these ARP flows is matching our ARP requests directed into br0 > (LOCAL) and forwarding them as a learning switch (NORMAL). This looks like > it's the issue. Now to figure out how this happened everywhere and how to > disable it. > ovs-v

Re: [ovs-discuss] OVS will not send ARP packets as packet-in to OpenFlow controller

2016-04-06 Thread Ryan Izard
So, we've found a document on in-band control for OVS. The hidden flows we see installed are exactly what the in-band control document states will be installed, including ARP flows to/from the LOCAL port's MAC a

Re: [ovs-discuss] OVS will not send ARP packets as packet-in to OpenFlow controller

2016-04-06 Thread Ryan Izard
On Wed, Apr 6, 2016 at 5:33 PM, Nicholas Bastin wrote: > On Wed, Apr 6, 2016 at 5:16 PM, Ryan Izard wrote: > >> I have a very simple topology as follows: >> >> network[Dell S4810]-24---link---1-[host w/OVS br0]-LOCAL >> >> The host with OVS has IP 192.168.1.3/24 with a route into the br0 (i.

Re: [ovs-discuss] OVS will not send ARP packets as packet-in to OpenFlow controller

2016-04-06 Thread Nicholas Bastin
On Wed, Apr 6, 2016 at 5:16 PM, Ryan Izard wrote: > I have a very simple topology as follows: > > network[Dell S4810]-24---link---1-[host w/OVS br0]-LOCAL > > The host with OVS has IP 192.168.1.3/24 with a route into the br0 (i.e. > LOCAL) interface. > I don't really understand what this mea

[ovs-discuss] OVS will not send ARP packets as packet-in to OpenFlow controller

2016-04-06 Thread Ryan Izard
Hi, I have a very simple topology as follows: network[Dell S4810]-24---link---1-[host w/OVS br0]-LOCAL The host with OVS has IP 192.168.1.3/24 with a route into the br0 (i.e. LOCAL) interface. We try to ping another host on the network from host 192.168.1.3, but the ping confuses our control

Re: [ovs-discuss] virtio pmd dpdk queues set up.

2016-04-06 Thread Daniele Di Proietto
Hi David, This will likely be the same issue reported in this discussion: http://openvswitch.org/pipermail/discuss/2016-March/020551.html The issue is fixed in DPDK, in the commit 9a0615af7746("virtio: fix restart") 2016-04-06 13:17 GMT-07:00 David Evans : > Hi openvswitch, > > I am trying to

Re: [ovs-discuss] Help with OpenFlow + OVS Tunnels

2016-04-06 Thread Koaps Freeman
So I think I'm getting a better grasp on it but still a lot of questions. I saw this in a commit: $ ovs-vsctl add-port br0 gre -- set Interface gre ofport_request=1 type=gre options:remote_ip=flow options:key=flow $ ovs-ofctl add-flow br0 "in_port=LOCAL actions=set_tunnel:1,set_field:192.168.0.1-

[ovs-discuss] virtio pmd dpdk queues set up.

2016-04-06 Thread David Evans
Hi openvswitch, I am trying to set up ovs inside a vm for some special functions. I am also using dpdk. i get a seg fault at nb_used = VIRTQUEUE_NUSED(rxvq); in virtio_recv_mergeable_pkts. because the vq ring is not initialized. from gdb : vq_ring = {num = 0, desc = 0x0, avail = 0x0, used = 0x0

[ovs-discuss] OVN northd permits overly permissive use of 0.0.0.0 and ::

2016-04-06 Thread Dustin Lundquist
Testing networking-ovn with OVS -master (rev c4623bb83), I found OVN permitted unrestricted use of 0.0.0.0 and ::. These should only be used for IPv4 DHCP discovery and request messages and ICMPv6 MLD reports as well as Neighbor Solicitation to enable duplicate address detection. It appears the PO

Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does not work

2016-04-06 Thread Loftus, Ciara
> > i noticed my dpdk devices are configured to have only one queue (default), > so i tried with 2,4,8 queues for the dpdk devices themselves. > when configuring more than one queue on the dpdk device the vm has four > queues transferring traffic instead of only two, however if configuring 4 > que

[ovs-discuss] Deleting and re-creating mirror with different configuration does not work

2016-04-06 Thread Vasileios Kotronis
Hello, I have an issue with port mirroring on ovs. I am trying to reload a mirror configuration on-the-fly, using an internal bridge port as the target mirror out port. There is no error that makes ovs complain, but the behavior of the mirror is not the intended one. Here are the steps I follo

[ovs-discuss] Fields are used as inputs of bucket selection

2016-04-06 Thread Tuan Thai Minh
Hi all, Can we use more than one packet fields to be the inputs of bucket selection hashing function? If YES, what is the syntax? For example, I use the below command to specify 'dl_src' to be the input, how do I modify it for 'dl_src' and 'dl_dst'? sudo ovs-ofctl -O OpenFlow15 add-group s1 grou

Re: [ovs-discuss] host in ovswitch

2016-04-06 Thread Scott Lowe
Please see my response below. > On Apr 6, 2016, at 4:34 AM, Shikhar Bansal wrote: > > Hi > > Could you please tell me the steps to connect a host to openvswitch. In many cases, OVS is running *on* a host, so it's not immediately clear what you're trying to achieve. Can you elaborate a bit m

Re: [ovs-discuss] host in ovswitch

2016-04-06 Thread Rajasekaran, Monica
Just bridge the host's network adapter to a port on the ovs bridge. From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Shikhar Bansal Sent: Wednesday, April 06, 2016 5:35 AM To: discuss@openvswitch.org Cc: Shravani N Subject: [ovs-discuss] host in ovswitch Hi Could you please

Re: [ovs-discuss] [OVS-DPDK] vhost-user with multiple queues does not work

2016-04-06 Thread Felix Brucker
Hi, i noticed my dpdk devices are configured to have only one queue (default), so i tried with 2,4,8 queues for the dpdk devices themselves. when configuring more than one queue on the dpdk device the vm has four queues transferring traffic instead of only two, however if configuring 4 queues on

[ovs-discuss] Modifying GRE port state

2016-04-06 Thread Badiger, Vishwanath (Vishwa)
Hi All, We can modify port config using "ovs-ofctl mod-port" commands. Example: 1. ovs-ofctl mod-port br2 br2 down 2. ovs-ofctl mod-port br2 br2 up I tried same command to modify state of GRE ports and it didn't work. Commands used: 1. ovs-ofctl mod-port br2 gre0 down 2. ovs

[ovs-discuss] host in ovswitch

2016-04-06 Thread Shikhar Bansal
Hi Could you please tell me the steps to connect a host to openvswitch. Thanks and Regards Shikhar Bansal Tata Consultancy Services Cell:- +91-9703678830 Mailto: shikhar.ban...@tcs.com Website: http://www.tcs.com ___ Experience certainty. IT Services