Re: [ovs-discuss] Compile ovs for Andriod

2011-01-28 Thread Ben Pfaff
This doesn't make any sense to me. If there is some equivalent to valgrind on android you might want to try that. This code uses the major(), minor(), and makedev() macros. I wonder if Android has funny definitions of those? On Fri, Jan 28, 2011 at 11:14:34AM -0800, Yongqiang Liu wrote: > Follo

Re: [ovs-discuss] Compile ovs for Andriod

2011-01-28 Thread Yongqiang Liu
Following is the output of running "ovs-dpctl -v show": # ./ovs-dpctl -v show Jan 28 11:07:51|1|dpif_linux|WARN|/dev/net/dp46388 is device 248:255 but should be 248:0, fixing system@dp0: Jan 28 11:07:51|2|dpif|DBG|system@dp0: get_stats success flows: cur:0, soft-max:1024, hard-max:1048

[ovs-discuss] Private VLAN

2011-01-28 Thread nico33b ยค
Hi, parsing the current features of OpenvSwitch, I did not find private vlan capabilities. Am I wrong ? If not, is it planned to be developped ? Thanks by advance. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo

Re: [ovs-discuss] Compile ovs for Andriod

2011-01-28 Thread Ben Pfaff
On Fri, Jan 28, 2011 at 02:02:15AM -0800, Yongqiang Liu wrote: > Hi Everyone: > > For running ovs on Android phone, so far i have installed openvswitch_mod.ko > on Android kernel and cross compiled ovs-dpctl. > It seems they work on Android: > 1. I can create a datapath dp0 > 2. i can add phone's

Re: [ovs-discuss] Compile ovs for Andriod

2011-01-28 Thread Yongqiang Liu
Hi Everyone: For running ovs on Android phone, so far i have installed openvswitch_mod.ko on Android kernel and cross compiled ovs-dpctl. It seems they work on Android: 1. I can create a datapath dp0 2. i can add phone's wifi interface (tiwlan0) to the dp0 the following is the dp0 status: # ./ovs