From patchwork Sun Oct 13 22:44:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladislav Odintsov X-Patchwork-Id: 1996645 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=k2.cloud header.i=@k2.cloud header.a=rsa-sha256 header.s=cloudmail header.b=Lmtm4qIY; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::138; helo=smtp1.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (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 4XRb9g1VK4z1xvm for ; Mon, 14 Oct 2024 09:48:06 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 6C65D810FC; Sun, 13 Oct 2024 22:48:04 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id pAzsv8fUMWDh; Sun, 13 Oct 2024 22:48:03 +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 smtp1.osuosl.org 6CDAA80F7E Authentication-Results: smtp1.osuosl.org; dkim=fail reason="signature verification failed" (1024-bit key, unprotected) header.d=k2.cloud header.i=@k2.cloud header.a=rsa-sha256 header.s=cloudmail header.b=Lmtm4qIY Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp1.osuosl.org (Postfix) with ESMTPS id 6CDAA80F7E; Sun, 13 Oct 2024 22:48:01 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 0C1A9C08A6; Sun, 13 Oct 2024 22:48:01 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) by lists.linuxfoundation.org (Postfix) with ESMTP id C6539C08A3 for ; Sun, 13 Oct 2024 22:47:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 9FBA960652 for ; Sun, 13 Oct 2024 22:47:59 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id oLBrezEDrP0H for ; Sun, 13 Oct 2024 22:47:58 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=109.73.14.254; helo=mail3.k2.cloud; envelope-from=vlodintsov@k2.cloud; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp3.osuosl.org 3B9726062B Authentication-Results: smtp3.osuosl.org; dmarc=pass (p=none dis=none) header.from=k2.cloud DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 3B9726062B Authentication-Results: smtp3.osuosl.org; dkim=pass (1024-bit key, unprotected) header.d=k2.cloud header.i=@k2.cloud header.a=rsa-sha256 header.s=cloudmail header.b=Lmtm4qIY Received: from mail3.k2.cloud (mail3.k2.cloud [109.73.14.254]) by smtp3.osuosl.org (Postfix) with ESMTPS id 3B9726062B for ; Sun, 13 Oct 2024 22:47:54 +0000 (UTC) From: Vladislav Odintsov DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=k2.cloud; s=cloudmail; t=1728859670; bh=0hfphy6hEhoHd/IM4uAFR21VUDUezXeYRkecVog7rtg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Lmtm4qIYT9REjVQEgnzFbWs8PXsfwTofPFlK0qj2sJGgGEs+XvkwzUMWUIUF1ebWU d2LjaYtj3CDXBCf9N+4Fs+YaXaHgm8LwVDlh96CWHOxkbpLbzeOiYn3JqE8Q27JDs9 FhqJ/KM1Wjd6nlCrc8orl10ud1Fd85FP7+3AaqIk= To: dev@openvswitch.org Date: Mon, 14 Oct 2024 01:44:43 +0300 Message-Id: <20241013224450.17324-1-vlodintsov@k2.cloud> In-Reply-To: <20241013092313.92774-1-vlodintsov@k2.cloud> References: <20241013092313.92774-1-vlodintsov@k2.cloud> MIME-Version: 1.0 Subject: [ovs-dev] [PATCH ovn branch-22.12 v2] ovs: Bump submodule to latest OVS branch-3.1. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" This picks up the following relevant OVS changes: a0af48b75 ofproto-dpif: Improve load balancing in dp_hash select groups. 99e7cf9cc vconn: Always properly free flow stats reply. f59f19bf6 ovsdb-idl: Fix IDL memory leak. 7694dfacb compiler: Fix errors in Clang 17 ubsan checks. faf175155 vlog: Destroy async_append first then close log_fd. 483bc24e4 hash, jhash: Fix unaligned access to the hash remainder. bd5b5d3b3 ovs-atomic: Fix inclusion of Clang header by GCC 14. bb61b5fe8 vconn: Count vconn_sent regardless of log level. ... and others. Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2024-October/417627.html Signed-off-by: Vladislav Odintsov --- v2: There was an error: previous patch was bumped as branch-22.09 by mistake. New version bumps OVS submodule to latest branch-3.1 commit instead of branch-3.0. --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovs b/ovs index 8fd5f77cd..a0af48b75 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 8fd5f77cd84ea04667f987c7b84181604dc99f60 +Subproject commit a0af48b753ef3215091356f112bbb89737f286d9