[dpdk-dev,v6,23/23] doc: add event timer adapter to release notes
Checks
Commit Message
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
> 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>
@@ -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
-----------