On Tue, May 20, 2014 at 04:02:52PM -0700, Alex Wang wrote:
> Sorry, I forgot to append the Acked-by...
No problem, I forget from time to time myself.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Thanks, pushed to master, branch-2.3, branch-2.2
Sorry, I forgot to append the Acked-by...
On Tue, May 20, 2014 at 3:56 PM, Ben Pfaff wrote:
> On Tue, May 20, 2014 at 02:24:53PM -0700, Alex Wang wrote:
> > Since the removal of dispatcher thread, OVS creates 'n-handler-threads'
> > file descrip
On Tue, May 20, 2014 at 02:24:53PM -0700, Alex Wang wrote:
> Since the removal of dispatcher thread, OVS creates 'n-handler-threads'
> file descriptors for each bridge port. To allow more bridge ports
> be supported, this commit raises the limit on the number of open file
> descriptors from 7500 t
Since the removal of dispatcher thread, OVS creates 'n-handler-threads'
file descriptors for each bridge port. To allow more bridge ports
be supported, this commit raises the limit on the number of open file
descriptors from 7500 to 65535.
Bug #1254038.
Signed-off-by: Alex Wang
---
utilities/o