Re: [ovs-dev] [PATCH] ofproto: Reduce default number of miss handlers.

2013-09-10 Thread Ben Pfaff
On Tue, Sep 10, 2013 at 3:37 PM, Ethan Jackson wrote: > The default number of miss handlers should be the number of processors > minus two to account for the dispatcher and main threads. > > Signed-off-by: Ethan Jackson > I was a little concerned about this but you said off-list that you couldn

[ovs-dev] [PATCH] ofproto: Reduce default number of miss handlers.

2013-09-10 Thread Ethan Jackson
The default number of miss handlers should be the number of processors minus two to account for the dispatcher and main threads. Signed-off-by: Ethan Jackson --- ofproto/ofproto.c|5 +++-- vswitchd/vswitch.xml |2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ofpr