mbox series

[ovs-dev,PULL] pull-request userspace conntrack

Message ID 20220128161447.270575-1-aconole@redhat.com
State Changes Requested
Headers show
Series [ovs-dev,PULL] pull-request userspace conntrack | expand

Pull-request

https://github.com/orgcandman/ovs/ ct_fixes_27_01

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed

Message

Aaron Conole Jan. 28, 2022, 4:14 p.m. UTC
Hello Ilya

Here are a few fixes for master as well as one feature that was
in progress at the time of the 2.17 branch.  Request is to apply
to master and 2.17

Regards,
Aaron

The following changes since commit dadd8357f22464232a071fe813c5f6950a5c680c:

  ofproto-dpif: Fix issue with non-reversible actions on a patch ports. (2022-01-25 22:41:42 +0100)

are available in the Git repository at:

  https://github.com/orgcandman/ovs/ ct_fixes_27_01

for you to fetch changes up to ee169fea5eb3f96924223150ba23f45b5d60dcfa:

  system-traffic.at: Do not use ranges with broadcast address. (2022-01-28 10:46:40 -0500)

----------------------------------------------------------------
Paolo Valerio (1):
  system-traffic.at: Do not use ranges with broadcast address.

Peng He (3):
  ofproto-dpif: fix packet_execute_prepare
  ipf: add ipf context
  ipf: ipf_preprocess_conntrack should also consider ipf_ctx

wenxu (1):
  conntrack: support default timeout policy get/set cmd for netdev
    datapath

 NEWS                             |   4 ++
 lib/conntrack-tp.c               |  11 +++
 lib/conntrack-tp.h               |   2 +
 lib/conntrack.c                  |  11 ++-
 lib/conntrack.h                  |  15 ++--
 lib/ct-dpif.c                    |  56 +++++++++++++++
 lib/ct-dpif.h                    |   9 +++
 lib/dpctl.c                      |  69 +++++++++++++++++++
 lib/dpif-netdev.c                |  77 +++++++++++++++++++--
 lib/dpif-netlink.c               |   2 +
 lib/dpif-provider.h              |   8 +++
 lib/ipf.c                        |  49 ++++++++++---
 lib/ipf.h                        |  12 +++-
 ofproto/ofproto-dpif.c           |   1 +
 tests/system-kmod-macros.at      |  10 +++
 tests/system-traffic.at          | 114 +++++++++++++++++++++++++++++--
 tests/system-userspace-macros.at |   7 ++
 tests/test-conntrack.c           |   6 +-
 18 files changed, 423 insertions(+), 40 deletions(-)