obe_timer(const struct ovsrec_open_vswitch *cfg,
>+char *key_name,
>+int *ret_value_ptr)
>+{
>+const char *probe_interval= smap_get(&cfg->external_ids, key_name);
>+int ret_value_temp=0; /* Temporary location to hold the value, in case of
>+
From: Huang Lei
Bad port number erro is ignored in parse_sockaddr_components(),
if port number is invalid, it ouputs a error log and set port
to 0.
Signed-off-by: Huang Lei
---
lib/socket-util.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/socket-util.c b/lib/socket-util.c
index
From: Huang Lei
Add a local address option for ovn-controller's TCP socket which
connect to southbound ovsdb-server.
In a test environment, an interface may have multiple IP addresses
in same subnet, if TCP client socket doesn't call bind() explicitly,
OS chooses an ip and port for i
On 4/22/16, 11:21 PM, "dev on behalf of Ben Pfaff" wrote:
>On Fri, Apr 22, 2016 at 04:14:25PM +0800, Huang Lei wrote:
>> From: Huang Lei
>>
>> Add a local address option for ovn-controller's TCP socket which
>> connect to southbound ovsdb-server.
>
From: Huang Lei
In some environments, an interface may have multiple IP addresses
in same subnet, if TCP client socket doesn't call bind() explicitly,
OS will chooses an local IP and port for it, usually the primary IP of
the subnet will be chosen. With this patch, a secondary IP of the
s
From: Huang Lei
For setting the inactivity probe interval of the json session to the OVN
southbound database.
Signed-off-by: Huang Lei
---
lib/ovsdb-idl.c | 10 ++
lib/ovsdb-idl.h | 3 +++
ovn/controller/ovn-controller.8.xml | 14
From: Huang Lei
For setting the inactivity probe interval of the json session to the OVN
southbound database.
Signed-off-by: Huang Lei
---
lib/jsonrpc.c | 4 +++-
lib/ovsdb-idl.c | 10 ++
lib/ovsdb-idl.h | 4
ovn
Thanks for your review.
BR
Huang Lei
From: Andy Zhou mailto:az...@ovn.org>>
Date: Monday, February 22, 2016 at 7:38 AM
To: Huang Lei <148012...@qq.com<mailto:148012...@qq.com>>
Cc: "dev@openvswitch.org<mailto:dev@openvswitch.org>"
mailto:dev@openvswitc
Comments line.
On Mon, Feb 22, 2016 at 12:50 AM, Huang Lei
<148012...@qq.com<mailto:148012...@qq.com>> wrote:
From: Huang Lei mailto:lhua...@ebay.com>>
For setting the inactivity probe interval of the json session to the OVN
southbound database.
Signed-off-by: Hua
From: Huang Lei
For setting the inactivity probe interval of the json session from
ovn-controller to the OVN southbound database.
Signed-off-by: Huang Lei
---
lib/ovsdb-idl.c | 10 ++
lib/ovsdb-idl.h | 4
ovn/controller/ovn-controller.8
merged into mainstream.
BR
Huang Lei
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Hi Ryan,
I plan to test this patch in our scalability test environment, but it conflicts
with bce7cf on master, lfow_run()’s definition had been changed a lot.
Would it be possible to get a rebase of this patch on current master?
BR
Huang Lei
From: Huang Lei
Add a external-id 'ovn-remote-probe-interval' for setting the activity probe
interval of the json session from ovn-controller to the OVN southbound database.
Signed-off-by: Huang Lei
---
lib/ovsdb-idl.c | 9 +
lib/o
From: Huang Lei
During our scalability test '2k HVs + 20k lports' we found that lexer is a
major user of heap memory:
- 5.22% ovn-controller libjemalloc.so.1[.] free
- free
+ 27.46% lexer_get
+ 18.00% ofctrl_put
...
- 1.85% ovn-controller libjem
From: Huang Lei
During our scalability test '2k HVs + 20k lports' we found that lexer is a
major user of heap memory:
- 5.22% ovn-controller libjemalloc.so.1[.] free
- free
+ 27.46% lexer_get
+ 18.00% ofctrl_put
...
- 1.85% ovn-controller libjem
mote-inactivity-probe’ option, is it viable? Do you
have other suggestions?
BR.
Huang Lei
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
16 matches
Mail list logo