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:00:23 +0000 (16:00 -0700)
commitcc86b1f84b1e2fe1b322a23a2b3b88c0375f2fa1
tree4b3f6b8083630442f2131bef8eb7be70dd9c5609
parent0165217e70501130b98ba6a5e81f91c56a2d0bd2
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