[ovs-git] [openvswitch/ovs] 207890: userspace: Add conntrack timeout policy support.

William Tu noreply at github.com
Fri May 1 15:26:20 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 2078901a4c142d25d1fae8710f4d38938385c954
      https://github.com/openvswitch/ovs/commit/2078901a4c142d25d1fae8710f4d38938385c954
  Author: William Tu <u9012063 at gmail.com>
  Date:   2020-05-01 (Fri, 01 May 2020)

  Changed paths:
    M Documentation/faq/releases.rst
    M NEWS
    M lib/automake.mk
    M lib/conntrack-icmp.c
    M lib/conntrack-other.c
    M lib/conntrack-private.h
    M lib/conntrack-tcp.c
    A lib/conntrack-tp.c
    A lib/conntrack-tp.h
    M lib/conntrack.c
    M lib/conntrack.h
    M lib/ct-dpif.h
    M lib/dpif-netdev.c
    M ofproto/ofproto-dpif.c
    M tests/system-traffic.at
    M tests/system-userspace-macros.at
    M tests/test-conntrack.c

  Log Message:
  -----------
  userspace: Add conntrack timeout policy support.

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.

Signed-off-by: William Tu <u9012063 at gmail.com>
Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>




More information about the git mailing list