ofproto: Make number of packet handler threads runtime configurable.
authorAlex Wang <alexw@nicira.com>
Thu, 15 Aug 2013 07:23:54 +0000 (00:23 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Aug 2013 22:50:02 +0000 (15:50 -0700)
commit448a4b2fc74b9d3884f3702c4b8801eb0d443f10
treeeeb4c6630216135f0a34c5edc33ef0f0f97c75b5
parentc0365fc854ab7ba09b2639ee8e3b63418b3cdf2c
ofproto: Make number of packet handler threads runtime configurable.

This commit adds a new column "n-handler-threads" to the Open_vSwitch
table. This is used to set the number of upcall handler threads created by
the ofproto-dpif-upcall module.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c
vswitchd/vswitch.xml