On Thu, Feb 2, 2012 at 6:58 AM, Pravin B Shelar <[email protected]> wrote: > Use flex array to increase maximum number of vports. Now maximum > number of vports are limited by flex-array limit (261K for 64-bit) > per bridge. > > Signed-off-by: Pravin B Shelar <[email protected]> > > Bug #2462
I haven't fully looked through this yet but there's a few places in dpif-linux.c that assumes that the number of ports is 1024. I hope that we can avoid needing the kernel to report the number of ports that it supports but we should look at the places where that constant is used to figure out the impact. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
