From patchwork Fri Mar 1 22:26:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Han Zhou X-Patchwork-Id: 1050506 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=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="E3zCIlaH"; dkim-atps=neutral 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 44B47F57TJz9s1B for ; Sat, 2 Mar 2019 09:37:44 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 09EE9DD53; Fri, 1 Mar 2019 22:37:41 +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 87FA8DD4D for ; Fri, 1 Mar 2019 22:26:32 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 8C4F37FC for ; Fri, 1 Mar 2019 22:26:31 +0000 (UTC) Received: by mail-pf1-f195.google.com with SMTP id i20so12054896pfo.6 for ; Fri, 01 Mar 2019 14:26:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=YJbIjsrBwvGoeMsugOdImDcdGR9oIqigjj35/gVyzpU=; b=E3zCIlaHiah3QD12v5cmzSdQHQgw2jxmlvkB28Vgi1Vnp1RRuDhWf6EhUobttCOobf 00PB6Urla8Fw7oId8xcID2Ve9+GeqQr9GcvgTopKcgp19VZk6PD8A45zHSZPenhr/Nk2 NgkQf94HU0kHTcKq82dpZlucarny6PYBjdaNWQgijVRgxLLnOpgms11RvnNH+ycj/IXT 2iPMBe3JmycRx0lNvIrbw2r0Z9iYkAQ+nxs5FPRGttItlCgMNYSToTpD9Or3YXhvcXoh t+XaHvherf7v1iawxgSvFjaqViAVpEAtasWqL4fz3TSM7hjOiSCZXvc+rmlMbuUQhiJQ UHMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=YJbIjsrBwvGoeMsugOdImDcdGR9oIqigjj35/gVyzpU=; b=MQPOHcz6RijXxHZMP2j6bD2BuatWc57c91Qu8pbcyP55E0yD5xic9sZfkfnz6S09O+ HqJV3S7b0/3ZPsMz6RUEVdUE6yp0hK/uIXj8fpn6pxKtkVRslW9HvXXKFCX5+iA7WlFQ jfrHqSqwkgVp7cmMHkIihn60KTIbp1xLGZUNqxA0oB3Wbo6LZ2iBUCrFMVGUdRHOSshq erbU61euJtufhg4WO4s41B3TtZ+ZcTOoKgf8ISWfqyEVZLkO1yY1b5m0MLyr94jAhp7m PkGnfH2OiM8wRdY5pkHolwmEsaD2GXxP7npJVIVLK4a2tYgQS7lmm5Jz0SQu5Bs48/pU Ttwg== X-Gm-Message-State: AHQUAuZOlwQ7tauBVcIPXTA9VkpdbIV5nhSC0LpxErY2KsEq5wm8p+zX bEW+orkY38IULyObQnLOY8v1VhGq X-Google-Smtp-Source: APXvYqwu6mX8OGKUN1B4VyUiUaurOIQJjOuGy/f5e3vi9uC6i7ROGi0Jl9Eyw+PC7QKBt9k/NVMutg== X-Received: by 2002:a62:2ad1:: with SMTP id q200mr7886591pfq.34.1551479190790; Fri, 01 Mar 2019 14:26:30 -0800 (PST) Received: from localhost.localdomain.localdomain ([216.113.160.77]) by smtp.gmail.com with ESMTPSA id p2sm39517294pgs.7.2019.03.01.14.26.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Mar 2019 14:26:30 -0800 (PST) From: Han Zhou X-Google-Original-From: Han Zhou To: dev@openvswitch.org Date: Fri, 1 Mar 2019 14:26:25 -0800 Message-Id: <1551479185-96604-1-git-send-email-hzhou8@ebay.com> X-Mailer: git-send-email 2.1.0 X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE 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] ovsdb: Add NEWS for fast-resync feature. 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 From: Han Zhou Signed-off-by: Han Zhou --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 0d73654..104b7be 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,11 @@ Post-v2.11.0 conntrack fragmentation support. * New "ovs-appctl dpctl/ipf-get-status" command for userspace datapath conntrack fragmentation support. + - OVSDB: + * Support new monitoring method "monitor_cond_since" for fast data + resync upon server restart or fail-over. The feature is available + for C-IDL clients with clustered mode servers. See section 4.1.15 + of ovsdb-server(7) for more details. v2.11.0 - 19 Feb 2019 ---------------------