[dpdk-dev,v6,23/23] doc: add event timer adapter to release notes

Message ID 1515630074-29020-24-git-send-email-erik.g.carrillo@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Jerin Jacob
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Carrillo, Erik G Jan. 11, 2018, 12:21 a.m. UTC
  Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
---
 doc/guides/rel_notes/release_18_02.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Kovacevic, Marko Jan. 12, 2018, 10:48 a.m. UTC | #1
> Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
>  doc/guides/rel_notes/release_18_02.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_18_02.rst
> b/doc/guides/rel_notes/release_18_02.rst
> index 24b67bb..8eafcd3 100644
> --- a/doc/guides/rel_notes/release_18_02.rst
> +++ b/doc/guides/rel_notes/release_18_02.rst

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
  

Patch

diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
index 24b67bb..8eafcd3 100644
--- a/doc/guides/rel_notes/release_18_02.rst
+++ b/doc/guides/rel_notes/release_18_02.rst
@@ -41,6 +41,12 @@  New Features
      Also, make sure to start the actual text at the margin.
      =========================================================
 
+    * **Added the Event Timer Adapter Library.**
+
+      Added the Event Timer Adapter Library.  This library extends the
+      event-based model by introducing APIs that allow applications to
+      generate timer expiry events that are scheduled by an event device
+      along with existing types of events.
 
 API Changes
 -----------