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

2018-05-23 Thread Pravin Shelar
On Wed, May 23, 2018 at 10:13 AM, David Miller wrote: > From: Yi-Hung Wei > Date: Mon, 21 May 2018 17:16:03 -0700 > >> v3->v4: >> - Addresses comments from Parvin that include simplify netlink API, >> and remove unncessary RCU lockings. >> - Rebases to master. > > Pravin, please review.

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

2018-05-23 Thread David Miller
From: Yi-Hung Wei Date: Mon, 21 May 2018 17:16:03 -0700 > v3->v4: > - Addresses comments from Parvin that include simplify netlink API, > and remove unncessary RCU lockings. > - Rebases to master. Pravin, please review.

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

2018-05-21 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