From patchwork Mon Mar 4 20:10:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Han Zhou X-Patchwork-Id: 1051426 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="ULKTxS1X"; 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 44Crz146M2z9s47 for ; Tue, 5 Mar 2019 07:21:48 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 1A315EC0D; Mon, 4 Mar 2019 20:21:40 +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 4A000EBEE for ; Mon, 4 Mar 2019 20:10:27 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 345BE2D4 for ; Mon, 4 Mar 2019 20:10:26 +0000 (UTC) Received: by mail-pg1-f194.google.com with SMTP id r124so3848101pgr.3 for ; Mon, 04 Mar 2019 12:10:26 -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=KT5v5CCQbd3xYqDKK5sJBfJ7UP7hIE99fhyE3iMDdDQ=; b=ULKTxS1XRj0oOzY5VWTRG5pIBuNGjRDVqyv/1DuOt7N3XZAZCH6XgfK4iGixmExLwd 6CvTR2nCoQre9JFKRFJFhGlk6VtGPHlHLR8vm2Qer1ePZJy+/p9tdRm7GpcCeRemuNNT DPF38/Rz4stU7DVhIo7sYJpY4oK7hlrgmQdibIkzLmQVCHAWNJcRuW+IvwUGyU1dKIvl 46A+FOrW9A4cMVDMnyPx4beowY3MmPlNquUGoTnoSz4ELCusITYixXzXc4xC4Q8V9rJ2 I01aApcpRiaa7RsKH6U8vIDEOA5exOcwxwydSeua4Sr40OjUmnGGdlciT46mX9D8FlSD 8WgA== 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=KT5v5CCQbd3xYqDKK5sJBfJ7UP7hIE99fhyE3iMDdDQ=; b=MJ6F9If9RoqlXTJULLunm5ku5SutI8Ir6ChPf++71mF1p4trbIRNZxkvRb3bFF7QFs eR1gaRUqPoSchrSdNk1KXw15cyLKSFyf6cJa+qB2YYBxXiatCQQJDO2OwkYLcVS0qIbS NZN+WZd+x2xCTP1mKhyFSsaxKDYmcpzwOK4BObw93mYlhnZVo6yXiyaIvQwnr1ktGftS bfS0tYYMm32jPTQXPlFqoa4veUbH0Ka8u5yg4A6uVhNU+MESwjbHWW/4ADIRJUWp38yh ZcUru5ir0B4Ld8o8Zj2JqBILYzB0OKZ4LFm6HALUs7VagvEYg8mfl+rp4yBbyM7NRFE7 ZmGQ== X-Gm-Message-State: APjAAAXI2aBhTBjupqRwcqhT88lHYGP2hl8RMg59fXfWBpZvxhF0r3uv Qkh4rcbOpMQFEgdMPD3l7oHfPd/Q X-Google-Smtp-Source: APXvYqytha/gAq+NxkWCvTyrm/l1g+rO+8cYX3rWXgoFE243Et0dxtTomG9zAn2JtHJQXb9wklezXQ== X-Received: by 2002:a65:60d8:: with SMTP id r24mr20015899pgv.6.1551730225407; Mon, 04 Mar 2019 12:10:25 -0800 (PST) Received: from localhost.localdomain.localdomain ([216.113.160.71]) by smtp.gmail.com with ESMTPSA id m13sm14302983pff.175.2019.03.04.12.10.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Mar 2019 12:10:24 -0800 (PST) From: Han Zhou X-Google-Original-From: Han Zhou To: dev@openvswitch.org Date: Mon, 4 Mar 2019 12:10:22 -0800 Message-Id: <1551730222-20418-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: Update 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 This patch updates text in NEWS committed by 5832e6a, so that it is easier to understand for end users. Signed-off-by: Han Zhou --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 104b7be..5da6a74 100644 --- a/NEWS +++ b/NEWS @@ -17,11 +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. + - OVSDB: + * OVSDB clients can now resynchronize with clustered servers much more + quickly after a brief disconnection, saving bandwidth and CPU time. + See section 4.1.15 of ovsdb-server(7) for details of related OVSDB + protocol extension. v2.11.0 - 19 Feb 2019 ---------------------