Re: [ovs-dev] [PATCHv5] userspace: Add conntrack timeout policy support.

2020-05-01 Thread William Tu
On Thu, Apr 30, 2020 at 03:29:45PM -0700, Yi-Hung Wei wrote: > On Wed, Apr 29, 2020 at 12:25 PM William Tu wrote: > > > > Commit 1f1613183733 ("ct-dpif, dpif-netlink: Add conntrack timeout > > policy support") adds conntrack timeout policy for kernel datapath. > > This patch enables support for th

Re: [ovs-dev] [PATCHv5] userspace: Add conntrack timeout policy support.

2020-04-30 Thread Yi-Hung Wei
On Wed, Apr 29, 2020 at 12:25 PM William Tu wrote: > > Commit 1f1613183733 ("ct-dpif, dpif-netlink: Add conntrack timeout > policy support") adds conntrack timeout policy for kernel datapath. > This patch enables support for the userspace datapath. I tested > using the 'make check-system-userspac

[ovs-dev] [PATCHv5] userspace: Add conntrack timeout policy support.

2020-04-29 Thread William Tu
Commit 1f1613183733 ("ct-dpif, dpif-netlink: Add conntrack timeout policy support") adds conntrack timeout policy for kernel datapath. This patch enables support for the userspace datapath. I tested using the 'make check-system-userspace' which checks the timeout policies for ICMP and UDP cases.