Re: [ovs-dev] Running openvswitch in Android

2014-03-10 Thread Zoi Vasileiou
I do the same configure command as you mentioned(in my case kernel for maguro device) but i cannot get the openvswitch.ko. I read in documentation that : If you wish to build the kernel module for an architecture other than the architecture of the machine used for the build, you may spec

Re: [ovs-dev] Running openvswitch in Android

2013-07-08 Thread Ben Pfaff
y. Any how, debuggerd program does not generate Tombstone > for SIGALRM. But I enable it by changing the debuggerd.c file. > > Now it generate the Tombstone file for the ovs-vswitchd > > I have attached the file. Now what should i do? > > Regards > Mostafa > > &g

Re: [ovs-dev] Running openvswitch in Android

2013-06-12 Thread Jing Ai
ovs-vsctl hang for bridge related operations usually indicates that ovs-vswitchd daemon is not running. Can you check it? Also, ovs-vsctl show cmd works since it only interacts with ovsdb & ovsdb-server. Best, Jing On Wed, Jun 12, 2013 at 4:26 PM, muddin wrote: > Hello, > > > We have compi