From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=NLl8YVVNxx5KA+kDSDe/lw1pMyKbp46oZc5k2ah6Vvc=; b=CQjLufWg6OLRTwfTvGBa+609GBDJ4wf7iTkHudvZC9Lz3mjUViQyeHUfCxz4QjMugf RnO/Wm+t4tn7ij8cwWpIirt5Z6gqeOYibg/EavJTOUWKxtNjHUMBqn/vDCHNvB/nITrO /LQUhq4Q5H69+nPlM5vBcHGcAFU/ILAEi6LyNCBoc9iFFcPjRHYM+JjR3zFRgzTETtD9 11hyf265GDyzTZN0DEGCdZa1LAyA7gK8xFvVklq9WH8hbK66RymlWk/R8F7z0NVjush4 1orwTxNkMLoJg4mhdB7IATODXyBrbSTlKDG/Ca4nZhwkhLehtCpqLbVVnXEUOTo11h00 Eleg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=NLl8YVVNxx5KA+kDSDe/lw1pMyKbp46oZc5k2ah6Vvc=; b=L7UQrlprSlpHwnDMIxR7WpZmYXs9bdqzh31hxVm9owJJBBEZUAA3nW0byd8qP1vZ99 xSvqsUxvjIpPY43VR5p8JzeRrhlon3uT0awiPf8Id0CRER7AxdWVwnJsFW+z9KnID8fO e/c+LGXzp3bAPB50wXINU8IF+Em8QSqqjmzCVCiltHTw1X6KtbkRgxOA3AnzC34FBnfy Z3uKd5Oi5u9OEdhO7wIGfbJoU9kTk6tI84uuefpIAeyjQpyBjo3GY3Fl94ILEVI2Wa5f q9P22pPK86LtR8xjF0ZQubpvebcNU8iWdbIYdI0ertY1/xtqY8seAAFlwt59mp39DKOd h3nA== X-Gm-Message-State: ALyK8tLY85k116SAAV+gF67D7rk3n0MzObcDgVfPYpbDToBahXRrtiF32BOFSknijDFMCkaD X-Received: by 10.28.18.6 with SMTP id 6mr4126430wms.67.1465379534798; Wed, 08 Jun 2016 02:52:14 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id s125sm23755708wms.14.2016.06.08.02.52.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2016 02:52:14 -0700 (PDT) From: Thomas Monjalon To: Remy Horton Cc: dev@dpdk.org, John McNamara Date: Wed, 08 Jun 2016 11:52:13 +0200 Message-ID: <5394741.0ipZ8FAks4@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1463563818-2249-4-git-send-email-remy.horton@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/3] doc: add keepalive enhancement documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 09:52:15 -0000 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. > +