From patchwork Wed Mar 6 18:11:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 1908983 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TqgVP6NVKz1yX0 for ; Thu, 7 Mar 2024 05:11:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 928FE60F8D; Wed, 6 Mar 2024 18:11:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SmB0cMBclBKx; Wed, 6 Mar 2024 18:11:22 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=2605:bc80:3010:104::8cd3:938; helo=lists.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 879FB6080F Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp3.osuosl.org (Postfix) with ESMTPS id 879FB6080F; Wed, 6 Mar 2024 18:11:22 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5A8F1C0077; Wed, 6 Mar 2024 18:11:22 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id D9C43C0037 for ; Wed, 6 Mar 2024 18:11:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id C8437815AD for ; Wed, 6 Mar 2024 18:11:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P_QrIFsbhDrh for ; Wed, 6 Mar 2024 18:11:20 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=217.70.183.200; helo=relay7-d.mail.gandi.net; envelope-from=horms@ovn.org; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp1.osuosl.org AD48781516 Authentication-Results: smtp1.osuosl.org; dmarc=none (p=none dis=none) header.from=ovn.org DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org AD48781516 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by smtp1.osuosl.org (Postfix) with ESMTPS id AD48781516 for ; Wed, 6 Mar 2024 18:11:19 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id 7FC4520007; Wed, 6 Mar 2024 18:11:16 +0000 (UTC) From: 'Simon Horman' Date: Wed, 06 Mar 2024 18:11:08 +0000 Message-Id: <20240306-branch-3-2-series_397657-v1-0-feee97afc4d4@ovn.org> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIALyx6GUC/zXMwQoCIRCA4VdZ5rwT7lia+yoRYTbmXGxRiEB89 6TY43/4/gaVi3CFdWpQ+C1VXnnEMk8Qks9PRnmMBlJ0VFoZvBefQ0KNhH96086ak0WnmL05R9L OwOBb4Sif3/oCuzoQXHv/AgT9dNF2AAAA To: ovs-dev@openvswitch.org X-Mailer: b4 0.12.3 X-GND-Sasl: horms@ovn.org Cc: Michael Plato , Peng He , Ilya Maximets Subject: [ovs-dev] [PATCH branch-3.2 0/2] conntrack: Fix flush not flushing all elements. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" 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