[dpdk-dev,v2,3/3] doc: add keepalive enhancement documentation

Message ID 1463563818-2249-4-git-send-email-remy.horton@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers

Commit Message

Remy Horton May 18, 2016, 9:30 a.m. UTC
  Signed-off-by: Remy Horton <remy.horton@intel.com>
---
 doc/guides/rel_notes/release_16_07.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Thomas Monjalon June 8, 2016, 9:52 a.m. UTC | #1
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 <remy.horton@intel.com>
> ---
>  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.
> +
  
Remy Horton June 14, 2016, 10:03 a.m. UTC | #2
On 08/06/2016 10:52, Thomas Monjalon wrote:
> 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 <remy.horton@intel.com>
>> ---
>>   doc/guides/rel_notes/release_16_07.rst | 5 +++++
>>   1 file changed, 5 insertions(+)

Done for v3. I tend to keep documentation changes in a seperate commit
as from my experience they cause the most problems when rebasing.

..Remy
  

Patch

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
 ---------------