[ovs-dev] [PATCH v1] ovn-northd: allow DHCPv6 respond multiple IA Address Options

2016-08-28 Thread Zong Kai LI
From: Zongkai LI This patch tries to allow OVN native DHCPv6 responder to respond multiple IA Address Options in a DHCPv6 reply message, this will help a lswitch port to configure all IPv6 addresses belongs to it in DHCPv6 processing. This fixes issue lswitch port can only get one IPv6 address,

Re: [ovs-dev] How to get out of the mainling list?

2016-08-28 Thread Ben Pfaff
Visit http://openvswitch.org/mailman/options/dev, enter your email address, click on Unsubscribe. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] How to get out of the mainling list?

2016-08-28 Thread Miguel Villarreal
Miguel Antonio ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-28 Thread Ryan Moats
Ryan Moats/Omaha/IBM@IBMUS wrote on 08/28/2016 05:51:38 PM: > From: Ryan Moats/Omaha/IBM@IBMUS > To: dev@openvswitch.org > Cc: b...@ovn.org, Ryan Moats/Omaha/IBM@IBMUS > Date: 08/28/2016 05:51 PM > Subject: [PATCH] ovn-controller: Convert encaps module back to full processing > > Commit f5d916cb

Re: [ovs-dev] [PATCH] Unpersist data structures for address sets.

2016-08-28 Thread Ryan Moats
Ryan Moats/Omaha/IBM@IBMUS wrote on 08/28/2016 05:51:02 PM: > From: Ryan Moats/Omaha/IBM@IBMUS > To: dev@openvswitch.org > Cc: b...@ovn.org, Ryan Moats/Omaha/IBM@IBMUS > Date: 08/28/2016 05:51 PM > Subject: [PATCH] Unpersist data structures for address sets. > > With the removal of incremental pro

[ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-28 Thread Ryan Moats
Commit f5d916cb ("ovn-controller: Back out incremental processing") left the conversion of the encaps module to a future patch set. This patch converts this module back to full processing, but does not remove all persistence of associated data strcutures. This commit depends on f5d916cb ("ovn-cont

[ovs-dev] [PATCH] Unpersist data structures for address sets.

2016-08-28 Thread Ryan Moats
With the removal of incremental processing, it is no longer necessary to persist the data structures for storing address sets. Simplify things by removing this complexity. Side effect: fixed a memory leak in expr_macros_destroy that is evidenced by this change. This commit depends on f5d916cb ("

Re: [ovs-dev] [PATCH] json: Use reference counting in json objects

2016-08-28 Thread Ben Pfaff
Hi, can you resubmit with performance data in the commit message? It's important information. Thanks, Ben. On Thu, Aug 25, 2016 at 06:31:18PM +, Rodriguez Betancourt, Esteban wrote: > For example: > 50 process inserting each 1000 rows to a test table (4 columns: string * 2, > bool, intege

[ovs-dev] [PATCH 3/3] ovn-nbctl: Update manpage.

2016-08-28 Thread nickcooper-zhangtonghao
Signed-off-by: nickcooper-zhangtonghao --- ovn/utilities/ovn-nbctl.8.xml | 35 +++ 1 file changed, 35 insertions(+) diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml index d44f039..fa908b7 100644 --- a/ovn/utilities/ovn-nbctl.8.xml +++ b/o

[ovs-dev] [PATCH 0/3] Add LB commands.

2016-08-28 Thread nickcooper-zhangtonghao
This patches provide the command line to create load-balancer and add the unit tests. nickcooper-zhangtonghao (3): vn-nbctl: Add LB commands. tests: Add LB commands unit tests. ovn-nbctl: Update manpage. ovn/ovn-nb.ovsschema | 5 +- ovn/ovn-nb.xml| 6 ++ ovn/ut

[ovs-dev] [PATCH 1/3] ovn-nbctl: Add LB commands.

2016-08-28 Thread nickcooper-zhangtonghao
Signed-off-by: nickcooper-zhangtonghao --- ovn/ovn-nb.ovsschema | 5 +- ovn/ovn-nb.xml| 6 ++ ovn/utilities/ovn-nbctl.c | 163 +- 3 files changed, 171 insertions(+), 3 deletions(-) diff --git a/ovn/ovn-nb.ovsschema b/ovn/ovn-nb.ovs