mbox series

[ovs-dev,branch-3.2,0/2] conntrack: Fix flush not flushing all elements.

Message ID 20240306-branch-3-2-series_397657-v1-0-feee97afc4d4@ovn.org
Headers show
Series conntrack: Fix flush not flushing all elements. | expand

Message

Simon Horman March 6, 2024, 6:11 p.m. UTC
Backport to branch-3.20 of:

- conntrack: Fix flush not flushing all elements.
  https://github.com/openvswitch/ovs/commit/6c082a8310d5

Including dependency which is not present in branch-3.2.

---
Peng He (1):
      conntrack: Remove nat_conn introducing key directionality.

Xavier Simonart (1):
      conntrack: Fix flush not flushing all elements.

 lib/conntrack-private.h |  19 +--
 lib/conntrack-tp.c      |   6 +-
 lib/conntrack.c         | 374 +++++++++++++++++++-----------------------------
 lib/conntrack.h         |   2 +-
 tests/system-traffic.at |  59 ++++++++
 5 files changed, 225 insertions(+), 235 deletions(-)

base-commit: b5f2ed2a21714c45ba6a636d2468c1d0b293613b

Comments

Simon Horman March 6, 2024, 6:20 p.m. UTC | #1
+ Aaron Conole <aconole@redhat.com>
  Frode Nordahl <frode.nordahl@canonical.com>
  Mike Pattrick <mkp@redhat.com>
  Paolo Valerio <pvalerio@redhat.com>
  Xavier Simonart <xsimonar@redhat.com>

On Wed, Mar 06, 2024 at 06:11:08PM +0000, 'Simon Horman' wrote:
> Backport to branch-3.20 of:

s/branch-3.20/branch-3.2/

> - conntrack: Fix flush not flushing all elements.
>   https://github.com/openvswitch/ovs/commit/6c082a8310d5
> 
> Including dependency which is not present in branch-3.2.

Sorry, something when slightly wrong with the metadata for this post.
Adding missing CCs and fixing obviously incorrect branch name.

Series can be found here:
- https://patchwork.ozlabs.org/project/openvswitch/list/?series=398064&state=%2A&archive=both

> 
> ---
> Peng He (1):
>       conntrack: Remove nat_conn introducing key directionality.
> 
> Xavier Simonart (1):
>       conntrack: Fix flush not flushing all elements.
> 
>  lib/conntrack-private.h |  19 +--
>  lib/conntrack-tp.c      |   6 +-
>  lib/conntrack.c         | 374 +++++++++++++++++++-----------------------------
>  lib/conntrack.h         |   2 +-
>  tests/system-traffic.at |  59 ++++++++
>  5 files changed, 225 insertions(+), 235 deletions(-)
> 
> base-commit: b5f2ed2a21714c45ba6a636d2468c1d0b293613b
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Simon Horman March 8, 2024, 5:39 p.m. UTC | #2
On Wed, Mar 06, 2024 at 06:11:08PM +0000, 'Simon Horman' wrote:
> Backport to branch-3.2 of:
> 
> - conntrack: Fix flush not flushing all elements.
>   https://github.com/openvswitch/ovs/commit/6c082a8310d5
> 
> Including dependency which is not present in branch-3.2.

Applied to branch-3.2:

- conntrack: Fix flush not flushing all elements.
  https://github.com/openvswitch/ovs/commit/41a8b58aa92b
- conntrack: Remove nat_conn introducing key directionality.
  https://github.com/openvswitch/ovs/commit/ad92b0da17f4