[ovs-discuss] (no subject)

2020-05-22 Thread Gabriele Cerami
___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

[ovs-discuss] (no subject)

2019-06-11 Thread Daniel Alvarez Sanchez
Hi Han, all, Lucas, Numan and I have been doing some 'scale' testing of OpenStack using OVN and wanted to present some results and issues that we've found with the Incremental Processing feature in ovn-controller. Below is the scenario that we executed: * 7 baremetal nodes setup: 3 controllers

[ovs-discuss] (no subject)

2019-04-09 Thread Krish
Hi Why does batch execution takes more time than EMC and fast_path processing even if there are 32 packets grouped together from a same flow. I am using iperf as a packet generation testing tool. EMC processing -> 2~3 ms (32 packets) Fast path -> .3 ms packet_batch_per_flow_execute -> 20~30 ms

[ovs-discuss] (no subject)

2019-01-24 Thread George Papathanail
Hello, I have this setup and I insert those two flow rules in switches. Despite that the second flow successfully inserted, unfortunatelly I can't forward the packet to h2. Did I use right the ΝΧΜ_OF_ETH_SRC command? *h1 -> s1 -> s2 -> h2* *Routing header insertion at s1* sudo ovs-ofctl

[ovs-discuss] (no subject)

2018-11-23 Thread Ramzah Rehman
Hi! I have 2 virtual machines on VMware. VM one has ovs 2.9.4 installed with DPDK version 17.11.4. VM one has open vSwitch br0. br0 has IP:10.0.0.5 and eth0 of VM two has IP: 10.0.0.14 I have following entries installed on switch br0: ovs-ofctl -O OpenFlow15 add-meter br0

[ovs-discuss] (no subject)

2018-07-06 Thread Manuel Sopena Ballesteros
Manuel Sopena Ballesteros | Big data Engineer Garvan Institute of Medical Research The Kinghorn Cancer Centre, 370 Victoria Street, Darlinghurst, NSW 2010 T: + 61 (0)2 9355 5760 | F: +61 (0)2 9295 8507 | E: manuel...@garvan.org.au NOTICE Please consider the

Re: [ovs-discuss] (no subject)

2018-03-22 Thread Justin Pettit
> On Mar 22, 2018, at 12:21 AM, Roja Guru wrote: > > hellowhat is the OVS maximum number of flow entries There is no hard limit--only the amount of memory on your system. The rule of thumb we use is roughly 1KB per OpenFlow rule, but that can obviously vary a lot

Re: [ovs-discuss] (no subject)

2018-03-22 Thread Roja Guru
hellowhat is the OVS maximum number of flow entries On Thu, Mar 22, 2018 at 12:47 PM, Roja Guru wrote: > rojarav...@gmail.com > > ___ > discuss mailing list > disc...@openvswitch.org >

[ovs-discuss] (no subject)

2018-03-22 Thread Roja Guru
rojarav...@gmail.com ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

[ovs-discuss] (no subject)

2018-03-07 Thread ???h????????
My question is two: 1.ovs user state ping normal, but iperf is not normal, how to solve? What are the functions supported by the 2.netdev type bridge?___ discuss mailing list disc...@openvswitch.org

Re: [ovs-discuss] (no subject)

2018-02-26 Thread shivani dommeti
Hi, Working on: RYU version:3.27 Ovs version: 27.2 OpenFlow version:1.5. I need to get the following stats for each port: (PORT_NUMBER,IN_UNICAST,OUT_UNICAST,IN_MULTICAST,OUT_MULTICAST,IN_BROADCAST,OUT_BROADCAST ) I tried getting the statistics by adding 3 flows for each port which matches the

Re: [ovs-discuss] (no subject)

2017-12-07 Thread Ben Pfaff
On Thu, Dec 07, 2017 at 11:39:23AM +0530, shivani dommeti wrote: > I am using OVS version 2.8.2 > I have a problem when executing "insert-buckets".I created a group of > type select and when i try to insert a bucket using "insert-bucket" > command supported by OpenFlow1.5 the group type gets

[ovs-discuss] (no subject)

2017-12-06 Thread shivani dommeti
Hi all, I am using OVS version 2.8.2 I have a problem when executing "insert-buckets".I created a group of type select and when i try to insert a bucket using "insert-bucket" command supported by OpenFlow1.5 the group type gets changed from "select" to "all" (type=select -> type=all). Can I keep

Re: [ovs-discuss] (no subject)

2017-11-08 Thread Flavio Leitner
On Wed, 8 Nov 2017 15:17:46 +0530 Neelakantam Gaddam wrote: > Hi All, > > I want to configure the flows for vlan access ports with connection > tracking. Is there any example in the ovs source where can I find these > configurations. > I would appreciate if any one share

[ovs-discuss] (no subject)

2017-10-12 Thread BALL SUN
we have created two dpdk interface on a KVM guest, and we add both dpdk interface on the same OVS bridge, when we add the second dpdk interface, below error spawn out repeatedly. any idea? - RBK Oct 12 18:03:11 localhostovs-vswitchd[2250]: ovs|00385|ovs_rcu|WARN|blocked 2001 ms waiting for pmd20

[ovs-discuss] (no subject)

2017-05-11 Thread fukaige
Hi all, Occasionally, I get error when creating a bridge using “ovs-vsctl add-br br-eth” ovs-vsctl: Error detected while setting up 'br-eth'. See ovs-vswitchd log for details. Ovs-vswitched log is below: 2017-05-11T03:45:25.293Z|00026|ofproto_dpif|INFO|system@ovs-system: Datapath supports

[ovs-discuss] (no subject)

2017-05-03 Thread hany...@zzidc.cn
Hello, we use the openvswitch QoS queue function, but max-rate and min-rate can not be interval, can solve this problem. ovs-vsctl --timeout=10 create queue other-config:min-rate=1000 other-config:max-rate=1100 郑州市快云信息科技有限公司 运维部:韩阳 手机:18937119515 固话: 0371-9618961 传真: 0371-63335504

[ovs-discuss] (no subject)

2017-04-26 Thread V Phanendra
Hi All, My requirement is my application should detect the crash in ovsdb-server and ovs-vswitchd application and do required relaunching applications. To test this I would like to know how to crash ovsdb-server and ovs-vswitchd application? I don't want to kill it by kill or other commands.

[ovs-discuss] (no subject)

2017-04-04 Thread Sreekaanth Ganesan
Hello, Could someone please point me to the explanation of modules of the source code. Thanks, Sreekaanth Ganesan ᐧ ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

[ovs-discuss] (no subject)

2017-04-03 Thread Sreekaanth Ganesan
Hello, Could someone please tell me the method to understand the high level architecture of OVS source code?.Please let me know if any documentation as such exists for the same Thanks, Sreekaanth Ganesan ___ discuss mailing list disc...@openvswitch.org

[ovs-discuss] (no subject)

2016-12-29 Thread Yuanjun Yao
-- Yuanjun ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

[ovs-discuss] (no subject)

2016-11-17 Thread devendra rawat
I am trying to bring up my ethernet device interface in ovs-DPDK I have created and added my non PCI vdev as dpdk0 device on bridge br0. # ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-extra=-- vdev=my_eth_dev # ovs-vsctl --no-wait add-br br0 -- set bridge br0 datapath_type=netdev #