Re: [ovs-discuss] "ovs-dpctl dump-flows" only shows 1250 entries at max within 5 seconds

2013-12-12 Thread Ben Pfaff
On Fri, Dec 13, 2013 at 11:52:21AM +0500, Asadullah Hussain wrote: > I am generating around 2000 unique flows per second between two VMs > connected through OVS bridge and observing each flow's stats (no of > packets, used etc) through "ovs-dpctl dump-flows" command: > > VM1<>br0<>VM2 > >

[ovs-discuss] "ovs-dpctl dump-flows" only shows 1250 entries at max within 5 seconds

2013-12-12 Thread Asadullah Hussain
Hello, I am generating around 2000 unique flows per second between two VMs connected through OVS bridge and observing each flow's stats (no of packets, used etc) through "ovs-dpctl dump-flows" command: VM1<>br0<>VM2 but the command's output always shows 1250 entires (flows) within a 5 se

Re: [ovs-discuss] Push/pop two MPLS labels in OVS

2013-12-12 Thread senthil arumugam
Thanks a lot. +Senthil From: Vasu Dasari To: Senthil Cc: "discuss@openvswitch.org" Sent: Thursday, December 12, 2013 8:38 AM Subject: Re: [ovs-discuss] Push/pop two MPLS labels in OVS You can try this for pushing two MPLS labels: -Vasu > sudo ovs-ofc

Re: [ovs-discuss] What determines bridge's max capacity

2013-12-12 Thread Jesse Gross
On Thu, Dec 12, 2013 at 3:19 AM, the mad wrote: > Hi i am new to ovs, > trying to understand what determine bridges Maximum capacity. > > created bridge and connected two vifs > ovs-vsctl add-br dhcp > ovs-vsctl add-port dhcp vnet0 > ovs-vsctl add-port dhcp vnet1 > > ovs-ofctl show dhcp > OFPT_FEA

Re: [ovs-discuss] Playing with libvirt, iptables and Open vSwitch

2013-12-12 Thread Jesse Gross
On Thu, Dec 12, 2013 at 2:24 AM, Yoann Juet wrote: > Hi all, > > We're using since a long time libvirt with KVM guest machines and linux > bridges. Firewall rules based on iptables and defined on the host server > control inbound/outbound traffic to/from each VM. In order to improve remote > admin

Re: [ovs-discuss] ovs 1.11 and 1.4.2

2013-12-12 Thread Jesse Gross
On Thu, Dec 12, 2013 at 6:35 AM, mad Engineer wrote: > Hi on XCP host i am running ovs 1.4.2 and on another xen host i am using ovs > 1.11 > > > i have an active ssh and ping session from a remote host to vms on both > host. > > on ovs 1.4.2 i can see two separate flows for both ssh and ping. > >

Re: [ovs-discuss] Push/pop two MPLS labels in OVS

2013-12-12 Thread Vasu Dasari
You can try this for pushing two MPLS labels: -Vasu > sudo ovs-ofctl add-flow br0 in_port=1,dl_type=0x0800,dl_src=00:00:00:00:00:01,dl_dst=00:00:00:00:00:02,dl_vlan=1,actions=push_mpls:0x8847,set_field:100-\>mpls_label,set_field:200-\>mpls_label,output:2 > sudo ovs-ofctl dump-flows br0 NXST_FLOW

Re: [ovs-discuss] OVS performance with Openstack Neutron

2013-12-12 Thread Wang, Baoyuan
I believe I figured out the answers for my questions. Édouard's test replaced veth pair by OVS internal port between linux bridge and ovs bridge. -Original Message- From: Wang, Baoyuan Sent: Wednesday, December 11, 2013 9:45 AM To: 'Édouard Thuleau'; Justin Pettit Cc: discuss@openvswit

[ovs-discuss] ovs 1.11 and 1.4.2

2013-12-12 Thread mad Engineer
Hi on XCP host i am running ovs 1.4.2 and on another xen host i am using ovs 1.11 i have an active *ssh* and *ping* session from a remote host to vms on both host. on ovs 1.4.2 i can see two separate flows for both ssh and ping. But on ovs 1.11 there is only one flow for both ssh and ping.I ca

[ovs-discuss] OVS API

2013-12-12 Thread Tim Epkes
I have been trying to find what is supported via the API. Doesn't seem to be a lot on it (languages and docs). Was wondering if their was a doc that better explained the API support. Some examples I see have python making system calls to ovs-vsctl, which isn't really what I am looking for. Any

Re: [ovs-discuss] VLAN unable to ping

2013-12-12 Thread Phil Daws
Still cannot get this to work :( ping between the guests works absolutely fine on both VLANs, but no connectivity to the outside would or neither the host being able to ping the guests. - Original Message - From: "Phil Daws" To: "Ben Pfaff" Cc: discuss@openvswitch.org Sent: Tuesday, 10

[ovs-discuss] What determines bridge's max capacity

2013-12-12 Thread the mad
Hi i am new to ovs, trying to understand what determine bridges Maximum capacity. *created bridge and connected two vifs* ovs-vsctl add-br dhcp ovs-vsctl add-port dhcp vnet0 ovs-vsctl add-port dhcp vnet1 *ovs-ofctl show dhcp* OFPT_FEATURES_REPLY (xid=0x2): dpid:02b7ecaae144 n_tables:254, n_bu

[ovs-discuss] Playing with libvirt, iptables and Open vSwitch

2013-12-12 Thread Yoann Juet
Hi all, We're using since a long time libvirt with KVM guest machines and linux bridges. Firewall rules based on iptables and defined on the host server control inbound/outbound traffic to/from each VM. In order to improve remote administration facility and get extra services, it makes sense

[ovs-discuss] Fwd: GRE tunnel

2013-12-12 Thread sonia verma
-- Forwarded message -- From: sonia verma Date: Thu, Dec 12, 2013 at 12:55 PM Subject: Re: [ovs-discuss] GRE tunnel To: kevin parker Hi Kevin, My set is as follows: Hypervisor1 ovs-vsctl add-br br0 ovs-vsctl add-port br0 eth0 ovs-vsctl add-br br1 ovs-vsctl add-port br1 eth1 i