Re: [ovs-dev] [PATCH v4 6/9] ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tables

2019-08-19 Thread Darrell Ball
On Mon, Aug 19, 2019 at 11:12 AM Yi-Hung Wei wrote: > On Fri, Aug 16, 2019 at 5:10 PM Darrell Ball wrote: > > > > Thanks for the patch > > > > Pls let me know if the following incremental works for you. > > > > diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c > > index

Re: [ovs-dev] [PATCH v4 6/9] ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tables

2019-08-19 Thread Yi-Hung Wei
On Fri, Aug 16, 2019 at 5:10 PM Darrell Ball wrote: > > Thanks for the patch > > Pls let me know if the following incremental works for you. > > diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c > index 244155a..cb8b51e 100644 > --- a/ofproto/ofproto-dpif.c > +++

Re: [ovs-dev] [PATCH v4 6/9] ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tables

2019-08-16 Thread Darrell Ball
Thanks for the patch Pls let me know if the following incremental works for you. diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 244155a..cb8b51e 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -168,6 +168,12 @@ struct ct_timeout_policy {

[ovs-dev] [PATCH v4 6/9] ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tables

2019-08-15 Thread Yi-Hung Wei
This patch consumes the CT_Zone and CT_Timeout_Policy tables, maintains the zone-based configuration in the vswitchd. Whenever there is a database change, vswitchd will read the datapath, CT_Zone, and CT_Timeout_Policy tables from ovsdb, builds an internal snapshot of the database configuration