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 D045F5693 for ; Fri, 29 Apr 2016 07:41:14 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 28 Apr 2016 22:41:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,550,1455004800"; d="scan'208";a="794786669" Received: from rhorton-mobl.ger.corp.intel.com (HELO VM.ir.intel.com) ([163.33.228.53]) by orsmga003.jf.intel.com with ESMTP; 28 Apr 2016 22:41:12 -0700 From: Remy Horton To: dev@dpdk.org Date: Fri, 29 Apr 2016 06:41:07 +0100 Message-Id: <1461908467-1815-4-git-send-email-remy.horton@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1461908467-1815-1-git-send-email-remy.horton@intel.com> References: <1461908467-1815-1-git-send-email-remy.horton@intel.com> Subject: [dpdk-dev] [PATCH v1 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: Fri, 29 Apr 2016 05:41:15 -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 83c841b..7309877 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