From patchwork Mon Jan 16 16:09:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1727158 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=140.211.166.133; helo=smtp2.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4NwcRy4zyNz23g6 for ; Tue, 17 Jan 2023 03:10:06 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 813C5404F7; Mon, 16 Jan 2023 16:10:04 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 813C5404F7 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xBO-IC1RM_u3; Mon, 16 Jan 2023 16:10:03 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp2.osuosl.org (Postfix) with ESMTPS id 7F8AE40B13; Mon, 16 Jan 2023 16:10:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 7F8AE40B13 Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5C55AC0078; Mon, 16 Jan 2023 16:10:02 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 42069C0032 for ; Mon, 16 Jan 2023 16:10:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 4E42B40A8D for ; Mon, 16 Jan 2023 16:10:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 4E42B40A8D X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6I6aYGjS8Dct for ; Mon, 16 Jan 2023 16:09:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 71F74404F7 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) by smtp2.osuosl.org (Postfix) with ESMTPS id 71F74404F7 for ; Mon, 16 Jan 2023 16:09:59 +0000 (UTC) Received: (Authenticated sender: i.maximets@ovn.org) by mail.gandi.net (Postfix) with ESMTPSA id BDD36FF80D; Mon, 16 Jan 2023 16:09:56 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Mon, 16 Jan 2023 17:09:54 +0100 Message-Id: <20230116160955.2804508-2-i.maximets@ovn.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20230116160955.2804508-1-i.maximets@ovn.org> References: <20230116160955.2804508-1-i.maximets@ovn.org> MIME-Version: 1.0 Cc: Flavio Leitner , Ilya Maximets Subject: [ovs-dev] [PATCH 1/2] Prepare for 3.1.0. 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" Signed-off-by: Ilya Maximets Acked-by: Aaron Conole --- Documentation/faq/releases.rst | 1 + NEWS | 2 +- configure.ac | 2 +- debian/changelog | 4 ++-- debian/rules | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst index 53ce23004..9e1b42262 100644 --- a/Documentation/faq/releases.rst +++ b/Documentation/faq/releases.rst @@ -216,6 +216,7 @@ Q: What DPDK version does each Open vSwitch release work with? 2.16.x 20.11.6 2.17.x 21.11.2 3.0.x 21.11.2 + 3.1.x 22.11.1 ============ ======== Q: Are all the DPDK releases that OVS versions work with maintained? diff --git a/NEWS b/NEWS index 4f9291bf1..933c5700f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Post-v3.0.0 +v3.1.0 - xx xxx xxxx -------------------- - ovs-vswitchd now detects changes in CPU affinity and adjusts the number of handler and revalidator threads if necessary. diff --git a/configure.ac b/configure.ac index adfd9f006..9bf896c01 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 3.0.90, bugs@openvswitch.org) +AC_INIT(openvswitch, 3.1.0, bugs@openvswitch.org) AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index 32cea72d9..6b99df5af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -openvswitch (3.0.90-1) unstable; urgency=low +openvswitch (3.1.0-1) unstable; urgency=low * New upstream version - -- Open vSwitch team Mon, 15 Aug 2022 17:43:59 +0200 + -- Open vSwitch team Mon, 16 Jan 2023 16:51:00 +0100 openvswitch (3.0.0-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ddbd4dc5c..28c249d07 100755 --- a/debian/rules +++ b/debian/rules @@ -134,8 +134,8 @@ override_dh_python3: # Helper target for creating snapshots from upstream git DATE=$(shell date +%Y%m%d) # Upstream branch to track -BRANCH=branch-3.0 -VERSION=3.0.0 +BRANCH=branch-3.1 +VERSION=3.1.0 get-orig-snapshot: rm -Rf openvswitch-upstream From patchwork Mon Jan 16 16:09:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1727159 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::138; helo=smtp1.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) 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 (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4NwcS03JZ3z23g6 for ; Tue, 17 Jan 2023 03:10:08 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 88A5881E3C; Mon, 16 Jan 2023 16:10:06 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 88A5881E3C 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 6ySPZghMI39f; Mon, 16 Jan 2023 16:10:05 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp1.osuosl.org (Postfix) with ESMTPS id 5717881E53; Mon, 16 Jan 2023 16:10:04 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 5717881E53 Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 14DE0C0078; Mon, 16 Jan 2023 16:10:04 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 3D5B5C0032 for ; Mon, 16 Jan 2023 16:10:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 0B27240B13 for ; Mon, 16 Jan 2023 16:10:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 0B27240B13 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ySuEM7f5BpxI for ; Mon, 16 Jan 2023 16:10:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 375AA404F7 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by smtp2.osuosl.org (Postfix) with ESMTPS id 375AA404F7 for ; Mon, 16 Jan 2023 16:10:01 +0000 (UTC) Received: (Authenticated sender: i.maximets@ovn.org) by mail.gandi.net (Postfix) with ESMTPSA id DFC59FF802; Mon, 16 Jan 2023 16:09:58 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Mon, 16 Jan 2023 17:09:55 +0100 Message-Id: <20230116160955.2804508-3-i.maximets@ovn.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20230116160955.2804508-1-i.maximets@ovn.org> References: <20230116160955.2804508-1-i.maximets@ovn.org> MIME-Version: 1.0 Cc: Flavio Leitner , Ilya Maximets Subject: [ovs-dev] [PATCH 2/2] Prepare for post-3.1.0 (3.1.90). 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" Signed-off-by: Ilya Maximets Acked-by: Aaron Conole --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 933c5700f..02ef48590 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Post-v3.1.0 +-------------------- + + v3.1.0 - xx xxx xxxx -------------------- - ovs-vswitchd now detects changes in CPU affinity and adjusts the number diff --git a/configure.ac b/configure.ac index 9bf896c01..d05e544b5 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 3.1.0, bugs@openvswitch.org) +AC_INIT(openvswitch, 3.1.90, bugs@openvswitch.org) AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index 6b99df5af..c62bb5646 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openvswitch (3.1.90-1) unstable; urgency=low + + * New upstream version + + -- Open vSwitch team Mon, 16 Jan 2023 16:51:01 +0100 + openvswitch (3.1.0-1) unstable; urgency=low * New upstream version