[ovs-discuss] Linux Bridge is slow ?

2014-05-06 Thread ratheesh kannoth
I have two virtual machine VM1 and VM2 , which are running on ubuntu. Both VM are running ubunutu. I bridged vnet0 and vnet1 in a linux bridge on host machine. brctl addbr virbr0 brctl addif virbr0 vnet0 brctl addif virbr0 vnet1 I did a wget of 1.9G file from VM1 to VM2. it took 1 minu

[ovs-discuss] How packet finally reach internal_dev_xmit() routine from outside ?

2014-03-18 Thread ratheesh kannoth
Hi list, openvswitch internal devices are not real nic. So some routine should receive the packet for this interface. Who is receiving packet for this internal device. Any clue is really appreciated . -Ratheesh ___ discuss mailing list discuss@openvs

[ovs-discuss] mmap

2014-02-26 Thread ratheesh kannoth
Is there any way to mmap packets to process for a particular flow ? I would like to achieve zero copy. Thanks, Ratheesh ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] openvswitch on UML

2013-03-23 Thread ratheesh kannoth
On Fri, Mar 22, 2013 at 10:23 AM, ratheesh kannoth wrote: > On Thu, Mar 21, 2013 at 10:21 PM, Justin Pettit wrote: >> I'd think you'd want to run that command with "--detach". You may want to >> look at the INSTALL file that comes with OVS: >> >

Re: [ovs-discuss] openvswitch on UML

2013-03-21 Thread ratheesh kannoth
in;f=INSTALL > > --Justin It works. Thanks a ton. -Ratheesh > > On Mar 21, 2013, at 7:13 AM, ratheesh kannoth wrote: > >> i compiled 2.6.34 uml kernel and tried to run openvswitch as >> specified in https://www.os3.nl/2009-2010/students/arthur_van_kleef/openflow

[ovs-discuss] openvswitch on UML

2013-03-21 Thread ratheesh kannoth
i compiled 2.6.34 uml kernel and tried to run openvswitch as specified in https://www.os3.nl/2009-2010/students/arthur_van_kleef/openflow But ./usr/local/sbin/ovsdb-server /usr/local/etc/ovs-vswitchd.conf.db --remote=punix:/usr/local/var/run/openvswitch/db.sock gets hang I dont see any error me