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
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
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
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:
>>
>
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
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