[ovs-git] Open vSwitch: ofproto: Make number of packet handler threads runtime configurable. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Aug 15 23:08:06 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  448a4b2fc74b9d3884f3702c4b8801eb0d443f10 (commit)
      from  c0365fc854ab7ba09b2639ee8e3b63418b3cdf2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 448a4b2fc74b9d3884f3702c4b8801eb0d443f10
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=448a4b2fc74b9d3884f3702c4b8801eb0d443f10
Author: Alex Wang <alexw at nicira.com>
		
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 at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 ofproto/ofproto-dpif.c     |   20 ++++++++++++++++----
 ofproto/ofproto-provider.h |    4 ++++
 ofproto/ofproto.c          |   14 ++++++++++++++
 ofproto/ofproto.h          |    1 +
 vswitchd/bridge.c          |    3 +++
 vswitchd/vswitch.xml       |   16 ++++++++++++++++
 6 files changed, 54 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list