Re: [ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-07-18 Thread Ales Musil
On Fri, May 5, 2023 at 3:20 PM Ilya Maximets wrote: > On 5/5/23 14:06, Naveen Yerramneni wrote: > > Hi IIya, > > > > Thanks for the review. > > > > One question, once vswitchd DB schema is updated to store zone level > limits. OVN controller should directly update the configuration in the >

Re: [ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-05-05 Thread Ilya Maximets
On 5/5/23 14:06, Naveen Yerramneni wrote: > Hi IIya, > > Thanks for the review. > > One question, once vswitchd DB schema is updated to store zone level limits. > OVN controller should directly update the configuration in the database , > right ? Right. ovn-controller already has a database

Re: [ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-05-05 Thread Naveen Yerramneni
Hi IIya, Thanks for the review. One question, once vswitchd DB schema is updated to store zone level limits. OVN controller should directly update the configuration in the database , right ? Thanks, Naveen On 04-May-2023, at 3:33 PM, Ilya Maximets mailto:i.maxim...@ovn.org>> wrote: On

Re: [ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-05-04 Thread Ilya Maximets
On 3/30/23 10:17, Naveen Yerramneni wrote: > Add OpenFlow extn to set conntrack entries limit per zone. > This extn will be used in future to set the zone level limit for > drop zones used by OVN. > > Signed-off-by: Naveen Yerramneni > Reviewed-by: Simon Horman > --- > Notes: > v1 -> v2 > -

Re: [ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-04-26 Thread Ales Musil
On Wed, Apr 26, 2023 at 3:54 PM Ales Musil wrote: > > > On Thu, Mar 30, 2023 at 10:17 AM Naveen Yerramneni < > naveen.yerramn...@nutanix.com> wrote: > >> Add OpenFlow extn to set conntrack entries limit per zone. >> This extn will be used in future to set the zone level limit for >> drop zones

Re: [ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-04-26 Thread Ales Musil
On Thu, Mar 30, 2023 at 10:17 AM Naveen Yerramneni < naveen.yerramn...@nutanix.com> wrote: > Add OpenFlow extn to set conntrack entries limit per zone. > This extn will be used in future to set the zone level limit for > drop zones used by OVN. > > Signed-off-by: Naveen Yerramneni > Reviewed-by:

Re: [ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-04-18 Thread Naveen Yerramneni
Hi Team, Could someone please look into this and merge if everything looks good ? Thanks, Naveen > On 30-Mar-2023, at 1:47 PM, Naveen Yerramneni > wrote: > > Add OpenFlow extn to set conntrack entries limit per zone. > This extn will be used in future to set the zone level limit for > drop

Re: [ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-04-07 Thread Simon Horman
On Thu, Mar 30, 2023 at 08:17:18AM +, Naveen Yerramneni wrote: > Add OpenFlow extn to set conntrack entries limit per zone. > This extn will be used in future to set the zone level limit for > drop zones used by OVN. > > Signed-off-by: Naveen Yerramneni > Reviewed-by: Simon Horman > --- >

[ovs-dev] [PATCH v4] OpenFlow: Add extn to set conntrack entries limit per zone.

2023-03-30 Thread Naveen Yerramneni
Add OpenFlow extn to set conntrack entries limit per zone. This extn will be used in future to set the zone level limit for drop zones used by OVN. Signed-off-by: Naveen Yerramneni Reviewed-by: Simon Horman --- Notes: v1 -> v2 - Fix memory leak and added logs v2 -> v3 - Addressed nits