From patchwork Thu Feb 28 18:39:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 1049712 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 449M371g0vz9s2R for ; Fri, 1 Mar 2019 05:46:42 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 03CE6AE9B; Thu, 28 Feb 2019 18:46:32 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 39510A798 for ; Thu, 28 Feb 2019 18:39:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 6423381A for ; Thu, 28 Feb 2019 18:39:21 +0000 (UTC) Received: from localhost.localdomain (unknown [76.21.119.245]) (Authenticated sender: jpettit@ovn.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 5A312100004 for ; Thu, 28 Feb 2019 18:39:19 +0000 (UTC) From: Justin Pettit To: dev@openvswitch.org Date: Thu, 28 Feb 2019 10:39:16 -0800 Message-Id: <20190228183916.6112-1-jpettit@ovn.org> X-Mailer: git-send-email 2.17.1 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH] NEWS: Clean up the 2.11.0 release notes a bit. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- NEWS | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index c86c13a23c38..0d736541da07 100644 --- a/NEWS +++ b/NEWS @@ -20,16 +20,10 @@ Post-v2.11.0 v2.11.0 - 19 Feb 2019 --------------------- - - Linux datapath: - * Support for the kernel versions 4.16.x and 4.17.x. - OpenFlow: * OFPMP_TABLE_FEATURES_REQUEST can now modify table features. - ovs-ofctl: * "mod-table" command can now change OpenFlow table names. - - The environment variable OVS_SYSLOG_METHOD, if set, is now used - as the default syslog method. - - The environment variable OVS_CTL_TIMEOUT, if set, is now used - as the default timeout for control utilities. - ovn: * OVN-SB schema changed: duplicated IP with same Encapsulation type is not allowed any more. Please refer to @@ -57,13 +51,17 @@ v2.11.0 - 19 Feb 2019 - ovs-vswitchd: * New configuration option "offload-rebalance", that enables dynamic rebalancing of offloaded flows. + - The environment variable OVS_SYSLOG_METHOD, if set, is now used + as the default syslog method. + - The environment variable OVS_CTL_TIMEOUT, if set, is now used + as the default timeout for control utilities. - The environment variable OVS_RESOLV_CONF, if set, is now used as the DNS server configuration file. - RHEL packaging: * OVN packages are split from OVS packages. A new spec file - ovn-fedora.spec.in is added to generate OVN packages. - Linux datapath: - * Support for the kernel versions 4.18.x + * Support for the kernel versions 4.16.x, 4.17.x, and 4.18.x. v2.10.0 - 18 Aug 2018 ---------------------