Re: [PATCH net v2] openvswitch: Fix conntrack cache with timeout

2019-08-25 Thread David Miller
From: Yi-Hung Wei Date: Thu, 22 Aug 2019 13:17:50 -0700 > This patch addresses a conntrack cache issue with timeout policy. > Currently, we do not check if the timeout extension is set properly in the > cached conntrack entry. Thus, after packet recirculate from conntrack > action, the timeout p

Re: [PATCH net v2] openvswitch: Fix conntrack cache with timeout

2019-08-25 Thread Pravin Shelar
On Fri, Aug 23, 2019 at 9:40 AM Yi-Hung Wei wrote: > > On Thu, Aug 22, 2019 at 11:51 PM Pravin Shelar wrote: > > > > On Thu, Aug 22, 2019 at 1:28 PM Yi-Hung Wei wrote: > > > > > > This patch addresses a conntrack cache issue with timeout policy. > > > Currently, we do not check if the timeout ex

Re: [PATCH net v2] openvswitch: Fix conntrack cache with timeout

2019-08-23 Thread Yi-Hung Wei
On Thu, Aug 22, 2019 at 11:51 PM Pravin Shelar wrote: > > On Thu, Aug 22, 2019 at 1:28 PM Yi-Hung Wei wrote: > > > > This patch addresses a conntrack cache issue with timeout policy. > > Currently, we do not check if the timeout extension is set properly in the > > cached conntrack entry. Thus,

Re: [PATCH net v2] openvswitch: Fix conntrack cache with timeout

2019-08-22 Thread Pravin Shelar
On Thu, Aug 22, 2019 at 1:28 PM Yi-Hung Wei wrote: > > This patch addresses a conntrack cache issue with timeout policy. > Currently, we do not check if the timeout extension is set properly in the > cached conntrack entry. Thus, after packet recirculate from conntrack > action, the timeout polic

[PATCH net v2] openvswitch: Fix conntrack cache with timeout

2019-08-22 Thread Yi-Hung Wei
This patch addresses a conntrack cache issue with timeout policy. Currently, we do not check if the timeout extension is set properly in the cached conntrack entry. Thus, after packet recirculate from conntrack action, the timeout policy is not applied properly. This patch fixes the aforementione