[ovs-discuss] About the QoS of OpenvSwitch

2016-06-29 Thread Xiao Ma (xima2)
Hi, All I want to use the QoS of OpenvSwitch to control the bandwidth based on the vlan id. So I deployed it as the topology attached,and configured the flow, the qos rule, and used iperf tool to test it. But the result is disappointment. [cid:EBAA8860-F990-437F-AF78-826D8C6689E8@cisco.com] [ro

[ovs-discuss] About the QoS of OpenvSwitch

2016-06-29 Thread Xiao Ma (xima2)
Hi, All I want to use the QoS of OpenvSwitch to control the bandwidth based on the vlan id. So I deployed it as the topology attached,and configured the flow, the qos rule, and used iperf tool to test it. But the result is disappointment. [cid:AC1DF574-7F60-404A-89D2-462E732BC882@cisco.com] [ro

Re: [ovs-discuss] Mask MAC address in DataPath

2016-06-29 Thread Manu S. Keshava
[root@rattletrap ~]# ovs-appctl bridge/dump-flows br0 duration=49682s, n_packets=0, n_bytes=0, priority=180008,tcp,nw_src=192.168.0.100,tp_src=6633,actions=NORMAL duration=49682s, n_packets=0, n_bytes=0, priority=180007,tcp,nw_dst=192.168.0.100,tp_dst=6633,actions=NORMAL duration=49682s, n_packet

Re: [ovs-discuss] Bug in Openvswitch 2.5

2016-06-29 Thread Justin Pettit
> On Jun 29, 2016, at 1:10 PM, bala murugan wrote: > > Hi, > > I have installed openvswitch version 2.5 and execute the ovs-vsctl related > commands. > > It takes more time to execute or always it stuck. > > How to solve this problem. > > Example: > > ovs-vsctl add-br after execution of

Re: [ovs-discuss] etcd for OVN status update (was: Re: more about etcd (can it support big transactions and many monitors?))

2016-06-29 Thread Andy Zhou
On Wed, Jun 22, 2016 at 10:43 AM, Ben Pfaff wrote: > On Wed, Jun 22, 2016 at 01:56:17AM -0700, Andy Zhou wrote: > > 3. How should the OVN databases be arranged within etcd? There are > > >multiple possibilities: > > > > > >- Define OVSDB bindings to etcd and implement those bindings in t

Re: [ovs-discuss] Bug in Openvswitch 2.5

2016-06-29 Thread Maurice Qureshi
Hi Bala, I am also using 2.5 and it is working fine for me. I am using Ubuntu 14.4 Just follow INSTALL.md to the letter and it should work. Also make sure that all the important components are running (kernel and user space). Thanks Maurice From: discuss [mailto:discuss-boun...@openvswitch.org

[ovs-discuss] Maximum number of Patch port between bridges

2016-06-29 Thread Kapil Adhikesavalu
Hi, is there a limit on maximum number of patch ports between bridges ? Thanks Kapil. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Mask MAC address in DataPath

2016-06-29 Thread Justin Pettit
What's the output of that ova-appctl command when you place it in both modes? --Justin > On Jun 29, 2016, at 4:49 PM, Manu S. Keshava wrote: > > Hi Justin, that did not help. I tried with both "secure" and "standalone" but > still MAC address is present in data-path. > > -Original Messag

[ovs-discuss] [ovs-dev] Sampling in datapath

2016-06-29 Thread Marcelo Caggiani Luizelli
Hi, I've seen that there is an implementation of sampling function in the ovs linux datapath (in file datapath/actions.c). The issue is that this functions is sending the packet to userspace (usually used by ipix/sflow sampling). Is there a way to send a traffic sampling straight to a virtual port

[ovs-discuss] Bug in Openvswitch 2.5

2016-06-29 Thread bala murugan
Hi, I have installed openvswitch version 2.5 and execute the ovs-vsctl related commands. It takes more time to execute or always it stuck. How to solve this problem. *Example:* *ovs-vsctl add-br * after execution of this command it will hang. Regards, Bala ___

Re: [ovs-discuss] pci_map_resource(): cannot mmap(..): Invalid argument (0xffffffffffffffff)

2016-06-29 Thread Charlie Li
Good point Antonio. I will try DPDK without OVS first. Thanks, Charlie On Wed, Jun 29, 2016 at 7:21 AM, Fischetti, Antonio < antonio.fische...@intel.com> wrote: > It’s also strange you get -1 as the NUMA socket. > > EAL: PCI device :02:00.0 on NUMA socket -1 > > > > Maybe you could have the

Re: [ovs-discuss] Mask MAC address in DataPath

2016-06-29 Thread Manu S. Keshava
Hi Justin, that did not help. I tried with both "secure" and "standalone" but still MAC address is present in data-path. -Original Message- From: Justin Pettit [mailto:jpet...@ovn.org] Sent: Wednesday, June 29, 2016 6:07 PM To: Manu S. Keshava Cc: discuss@openvswitch.org Subject: Re: [o

[ovs-discuss] Flow actions handling

2016-06-29 Thread Kapil Adhikesavalu
Hi, i have the following flow rule, *tun_id=0xfa0,in_port=10 actions=mod_vlan_vid:1,resubmit(0,2),resubmit(0,1)* and i need to know in which order actions will be performed. will the actions be performed in the s*ame order as mentioned* in the flow ? like 1. Modify VLAN as 1 2. then resubmit m

Re: [ovs-discuss] ovs test fail on big endian platforms.

2016-06-29 Thread D. Herrenoderfer
Hello Ben, sorry I was away for some time and could not follow up - Testing the 2.5 branch I'm still getting one fail: ## - ## ## Test results. ## ## - ## ERROR: 1735 tests were run, 1 failed unexpectedly. 1 test was skipped. ## -- ## ## testsuit

Re: [ovs-discuss] Mask MAC address in DataPath

2016-06-29 Thread Justin Pettit
> On Jun 27, 2016, at 6:23 PM, Manu S. Keshava wrote: > > ofctl dump.. > NXST_FLOW reply (xid=0x4): > cookie=0x0, duration=53.372s, table=0, n_packets=1059375, n_bytes=63562500, > idle_age=0, priority=500,tcp,in_port=1 actions=output:2 > > Is there a way to avoid this MAC address been appe

Re: [ovs-discuss] pci_map_resource(): cannot mmap(..): Invalid argument (0xffffffffffffffff)

2016-06-29 Thread Fischetti, Antonio
It’s also strange you get -1 as the NUMA socket. EAL: PCI device :02:00.0 on NUMA socket -1 Maybe you could have the same issue if you keep OVS off and just run some simple DPDK test application? For ex by running testpmd, so no OVS process is involved. Also, as this is an error message comi

[ovs-discuss] 回复: change ovs source code

2016-06-29 Thread gupeng0320
refer to handle_flow_stats_request in ofproto.cOVS will collect all the flow stats and send reply message to controller.--发件人:Mehrshad Shahmohammadi 发送时间:2016年6月29日(星期三) 17:49收件人:discuss 主 题:[ovs-discuss] change ovs source code Hi

[ovs-discuss] change ovs source code

2016-06-29 Thread Mehrshad Shahmohammadi
Hi to all i want to send (ofp_flow_stats) packet to controller every 5 second. i want to change source code of ovs . i don't know where is this packet in the source code of ovs? can you help me? thanks. Mehrshad Shahmohammadi ___ discuss mailing li