ofproto: Reduce default number of miss handlers.
authorEthan Jackson <ethan@nicira.com>
Tue, 10 Sep 2013 22:36:21 +0000 (15:36 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 10 Sep 2013 23:01:36 +0000 (16:01 -0700)
commit1b18fb013505891b887a4c97826d64576019bca7
treead311bb91b9191a4e9884b2344b948646ee246cb
parent5542f936e769c02f72751cd1ac68ddc6de6feab1
ofproto: Reduce default number of miss handlers.

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 <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c
vswitchd/vswitch.xml