From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 3/3] doc: add keepalive enhancement documentation Date: Wed, 08 Jun 2016 11:52:13 +0200 Message-ID: <5394741.0ipZ8FAks4@xps13> References: <1463563818-2249-1-git-send-email-remy.horton@intel.com> <1463563818-2249-4-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, John McNamara To: Remy Horton Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 113CC9AE9 for ; Wed, 8 Jun 2016 11:52:15 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id n184so173339374wmn.1 for ; Wed, 08 Jun 2016 02:52:15 -0700 (PDT) In-Reply-To: <1463563818-2249-4-git-send-email-remy.horton@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-18 10:30, Remy Horton: There is no explanation and it is totally normal, because this patch must be squashed with the code change. > Signed-off-by: Remy Horton > --- > doc/guides/rel_notes/release_16_07.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides/rel_notes/release_16_07.rst > index f6d543c..bc269b0 100644 > --- a/doc/guides/rel_notes/release_16_07.rst > +++ b/doc/guides/rel_notes/release_16_07.rst > @@ -34,6 +34,11 @@ This section should contain new features added in this release. Sample format: > > Refer to the previous release notes for examples. > > +* **Added keepalive enhancements.** > + > + Adds support for reporting LCore liveness to secondary processes and > + support for idled CPUs. > +