From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 040366C99 for ; Wed, 18 May 2016 11:30:24 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 18 May 2016 02:30:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,328,1459839600"; d="scan'208";a="979453140" Received: from rhorton-mobl.ger.corp.intel.com (HELO VM.ir.intel.com) ([163.33.230.16]) by orsmga002.jf.intel.com with ESMTP; 18 May 2016 02:30:23 -0700 From: Remy Horton To: dev@dpdk.org, John McNamara Date: Wed, 18 May 2016 10:30:18 +0100 Message-Id: <1463563818-2249-4-git-send-email-remy.horton@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1463563818-2249-1-git-send-email-remy.horton@intel.com> References: <1463563818-2249-1-git-send-email-remy.horton@intel.com> Subject: [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, 18 May 2016 09:30:25 -0000 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. + Resolved Issues --------------- -- 2.5.5