[ovs-discuss] Open vSwitch beats Linux Bridge

2011-02-06 Thread Daniel Tiron
Hi. During my research I did some performance tests. In some of your paper on ovs I read that "Open vSwitch is almost as fast as the native bridge". Well in my environment ovs beats the Linux Bridge [1]. Do you have any explanation why Open vSwitch, with all it features, is faster than the "simpl

[ovs-discuss] Packet statistics with OVS

2011-02-04 Thread Daniel Tiron
Hello. My task is to measure the forwarding performance of Open vSwitch with different setups. Are there any kind of statistics where I can retrieve information like number of forwarded and dropped packets? Thanks for you help. Daniel ___ discuss maili

Re: [ovs-discuss] Some questions on ovs

2011-01-07 Thread Daniel Tiron
Hello. Thanks for your answer. > >> Data isn't copied during packet forwarding. If you mirror a port it > >> copies the packet metadata and adds a reference. > > > > So the performance impact should be rather small when a mirror port? > > I'm really curious what my performance measurements will s

Re: [ovs-discuss] Some questions on ovs

2010-12-28 Thread Daniel Tiron
Hello. > The br0 interface is just another port to the switch. Since traffic > is flowing between two VMs, no traffic will be directed to other > interfaces. It would make more sense to run tcpdump on either the > interfaces connected to VMs or the mirror target. Jesse, thanks for your reply. W

[ovs-discuss] Some questions on ovs

2010-12-19 Thread Daniel Tiron
Hi. Currently I am conducting research for my master thesis on fast monitoring of inter-vm communication. Among some other solutions I looked into, Open vSwitch in combination with KVM was my choice. My setup consists of two virtual machines, each using a tap interface with virtio. Both interface