Re: [PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit

2018-04-24 Thread David Miller
From: Yi-Hung Wei Date: Tue, 24 Apr 2018 11:21:33 -0700 > On Tue, Apr 24, 2018 at 10:42 AM, David Miller wrote: >> From: Pravin Shelar >> Date: Mon, 23 Apr 2018 23:34:48 -0700 >> >>> OK. Thanks for the info. >> >> So, ACK, Reviewed-by, etc.? :-) >> > > Parvin provides feedback in a previous em

Re: [PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit

2018-04-24 Thread Yi-Hung Wei
On Tue, Apr 24, 2018 at 10:42 AM, David Miller wrote: > From: Pravin Shelar > Date: Mon, 23 Apr 2018 23:34:48 -0700 > >> OK. Thanks for the info. > > So, ACK, Reviewed-by, etc.? :-) > Parvin provides feedback in a previous email. I will address them and send out v3. Thanks, -Yi-Hung

Re: [PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit

2018-04-24 Thread David Miller
From: Pravin Shelar Date: Mon, 23 Apr 2018 23:34:48 -0700 > OK. Thanks for the info. So, ACK, Reviewed-by, etc.? :-)

Re: [PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit

2018-04-23 Thread Pravin Shelar
On Mon, Apr 23, 2018 at 2:19 PM, Yi-Hung Wei wrote: > On Mon, Apr 23, 2018 at 1:10 PM, Pravin Shelar wrote: >> On Mon, Apr 23, 2018 at 6:39 AM, David Miller wrote: >>> From: Yi-Hung Wei >>> Date: Tue, 17 Apr 2018 17:30:27 -0700 >>> Currently, nf_conntrack_max is used to limit the maximum n

Re: [PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit

2018-04-23 Thread Yi-Hung Wei
On Mon, Apr 23, 2018 at 1:10 PM, Pravin Shelar wrote: > On Mon, Apr 23, 2018 at 6:39 AM, David Miller wrote: >> From: Yi-Hung Wei >> Date: Tue, 17 Apr 2018 17:30:27 -0700 >> >>> Currently, nf_conntrack_max is used to limit the maximum number of >>> conntrack entries in the conntrack table for ev

Re: [PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit

2018-04-23 Thread Pravin Shelar
On Mon, Apr 23, 2018 at 6:39 AM, David Miller wrote: > From: Yi-Hung Wei > Date: Tue, 17 Apr 2018 17:30:27 -0700 > >> Currently, nf_conntrack_max is used to limit the maximum number of >> conntrack entries in the conntrack table for every network namespace. >> For the VMs and containers that resi

Re: [PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit

2018-04-23 Thread David Miller
From: Yi-Hung Wei Date: Tue, 17 Apr 2018 17:30:27 -0700 > Currently, nf_conntrack_max is used to limit the maximum number of > conntrack entries in the conntrack table for every network namespace. > For the VMs and containers that reside in the same namespace, > they share the same conntrack tabl

[PATCH net-next v2 0/2] openvswitch: Support conntrack zone limit

2018-04-17 Thread Yi-Hung Wei
Currently, nf_conntrack_max is used to limit the maximum number of conntrack entries in the conntrack table for every network namespace. For the VMs and containers that reside in the same namespace, they share the same conntrack table, and the total # of conntrack entries for all the VMs and contai