[dpdk-dev] doc: update release notes for OcteonTx TIM driver

Message ID 20180420080833.26810-1-pbhagavatula@caviumnetworks.com (mailing list archive)
State Accepted, archived
Delegated to: Jerin Jacob
Headers

Checks

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

Commit Message

Pavan Nikhilesh April 20, 2018, 8:08 a.m. UTC
  Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
---
 doc/guides/rel_notes/release_18_05.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Kovacevic, Marko April 20, 2018, 9:48 a.m. UTC | #1
> Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
> ---
>  doc/guides/rel_notes/release_18_05.rst | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_18_05.rst
> b/doc/guides/rel_notes/release_18_05.rst
> index 290fa0940..70ef5d4e1 100644
> --- a/doc/guides/rel_notes/release_18_05.rst
> +++ b/doc/guides/rel_notes/release_18_05.rst
> @@ -115,6 +115,13 @@ New Features
> 
>    Linux uevent is supported as backend of this device event notification
> framework.
> 
> +* **Added OcteonTx TIM Driver (Event timer adapter).**
> +
> +  The OcteonTx Timer block enables software to schedule events for a
> + future  time, it is exposed to an application via Event timer adapter library.
> +
> +  See the :doc:`../eventdevs/octeontx` guide for more details
> +
> 
>  API Changes
>  -----------

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
  
Jerin Jacob May 9, 2018, 9:03 a.m. UTC | #2
-----Original Message-----
> Date: Fri, 20 Apr 2018 09:48:06 +0000
> From: "Kovacevic, Marko" <marko.kovacevic@intel.com>
> To: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>,
>  "thomas@monjalon.net" <thomas@monjalon.net>,
>  "jerin.jacob@caviumnetworks.com" <jerin.jacob@caviumnetworks.com>,
>  "Mcnamara, John" <john.mcnamara@intel.com>
> CC: "dev@dpdk.org" <dev@dpdk.org>
> Subject: RE: [dpdk-dev] [PATCH] doc: update release notes for OcteonTx TIM
>  driver
> 
> > Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
> > ---
> >  doc/guides/rel_notes/release_18_05.rst | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> > diff --git a/doc/guides/rel_notes/release_18_05.rst
> > b/doc/guides/rel_notes/release_18_05.rst
> > index 290fa0940..70ef5d4e1 100644
> > --- a/doc/guides/rel_notes/release_18_05.rst
> > +++ b/doc/guides/rel_notes/release_18_05.rst
> > @@ -115,6 +115,13 @@ New Features
> > 
> >    Linux uevent is supported as backend of this device event notification
> > framework.
> > 
> > +* **Added OcteonTx TIM Driver (Event timer adapter).**
> > +
> > +  The OcteonTx Timer block enables software to schedule events for a
> > + future  time, it is exposed to an application via Event timer adapter library.
> > +
> > +  See the :doc:`../eventdevs/octeontx` guide for more details
> > +
> > 
> >  API Changes
> >  -----------
> 
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

Applied to dpdk-next-eventdev/master. Thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst
index 290fa0940..70ef5d4e1 100644
--- a/doc/guides/rel_notes/release_18_05.rst
+++ b/doc/guides/rel_notes/release_18_05.rst
@@ -115,6 +115,13 @@  New Features
 
   Linux uevent is supported as backend of this device event notification framework.
 
+* **Added OcteonTx TIM Driver (Event timer adapter).**
+
+  The OcteonTx Timer block enables software to schedule events for a future
+  time, it is exposed to an application via Event timer adapter library.
+
+  See the :doc:`../eventdevs/octeontx` guide for more details
+
 
 API Changes
 -----------