Re: [ovs-dev] [PATCH] ovsdb: Add "n-handler-threads" to Open_vSwitch TABLE.

2013-08-15 Thread Ben Pfaff
Applied, thanks. On Thu, Aug 15, 2013 at 04:05:15PM -0700, Alex Wang wrote: > This looks good, thanks Ben, > > > On Thu, Aug 15, 2013 at 3:49 PM, Ben Pfaff wrote: > > > I think that the documentation can be improved. What do you think of > > this incremental? > > > > diff --git a/vswitchd/vsw

Re: [ovs-dev] [PATCH] ovsdb: Add "n-handler-threads" to Open_vSwitch TABLE.

2013-08-15 Thread Alex Wang
This looks good, thanks Ben, On Thu, Aug 15, 2013 at 3:49 PM, Ben Pfaff wrote: > I think that the documentation can be improved. What do you think of > this incremental? > > diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml > index 8c7d082..5bbe943 100644 > --- a/vswitchd/vswitch.xml >

Re: [ovs-dev] [PATCH] ovsdb: Add "n-handler-threads" to Open_vSwitch TABLE.

2013-08-15 Thread Ben Pfaff
I think that the documentation can be improved. What do you think of this incremental? diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 8c7d082..5bbe943 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -160,16 +160,18 @@ + type='{"type":

Re: [ovs-dev] [PATCH] ovsdb: Add "n-handler-threads" to Open_vSwitch TABLE.

2013-08-15 Thread Alex Wang
This patch is the rework of : http://openvswitch.org/pipermail/dev/2013-August/030705.html It includes the configuration of ofproto-dpif-upcall module. On Thu, Aug 15, 2013 at 12:23 AM, Alex Wang wrote: > This commit adds a new column "n-handler-threads" to ovsdb Open_vSwitch > TABLE. This is

[ovs-dev] [PATCH] ovsdb: Add "n-handler-threads" to Open_vSwitch TABLE.

2013-08-15 Thread Alex Wang
This commit adds a new column "n-handler-threads" to ovsdb 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 --- ofproto/ofproto-dpif.c | 20 ofproto/ofproto-provider.h |