[dpdk-dev,9/9,v3] doc: add dpaa2 qdma rawdev to release notes

Message ID 1524220264-17281-10-git-send-email-nipun.gupta@nxp.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers

Checks

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

Commit Message

Nipun Gupta April 20, 2018, 10:31 a.m. UTC
  Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
---
 doc/guides/rel_notes/release_18_05.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Comments

Thomas Monjalon April 23, 2018, 12:03 a.m. UTC | #1
20/04/2018 12:31, Nipun Gupta:
> Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
> ---
>  doc/guides/rel_notes/release_18_05.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)

Please merge this patch in the previous one.

> +* **Added DPAA2 QDMA Driver (in rawdev).**
> +
> +  The DPAA2 QDMA is an implementation of the rawdev API, that provide means
> +  to initiate a DMA transaction from CPU. The initiated DMA is performed
> +  without CPU being involved in the actual DMA transaction.
> +
> +  See the :doc:`../rawdevs/dpaa2_qdma.rst` guide for more details.

I think you must remove the .rst extension.
  
Nipun Gupta April 23, 2018, 8:45 a.m. UTC | #2
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Monday, April 23, 2018 5:34 AM
> To: Nipun Gupta <nipun.gupta@nxp.com>
> Cc: dev@dpdk.org; Shreyansh Jain <shreyansh.jain@nxp.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>
> Subject: Re: [dpdk-dev] [PATCH 9/9 v3] doc: add dpaa2 qdma rawdev to release
> notes
> 
> 20/04/2018 12:31, Nipun Gupta:
> > Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
> > ---
> >  doc/guides/rel_notes/release_18_05.rst | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> 
> Please merge this patch in the previous one.

Sure.. I will do that :)

> 
> > +* **Added DPAA2 QDMA Driver (in rawdev).**
> > +
> > +  The DPAA2 QDMA is an implementation of the rawdev API, that provide
> means
> > +  to initiate a DMA transaction from CPU. The initiated DMA is performed
> > +  without CPU being involved in the actual DMA transaction.
> > +
> > +  See the :doc:`../rawdevs/dpaa2_qdma.rst` guide for more details.
> 
> I think you must remove the .rst extension.

Okay.

Thanks,
Nipun

> 
> 
>
  

Patch

diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst
index 290fa09..ebfd57f 100644
--- a/doc/guides/rel_notes/release_18_05.rst
+++ b/doc/guides/rel_notes/release_18_05.rst
@@ -115,6 +115,14 @@  New Features
 
   Linux uevent is supported as backend of this device event notification framework.
 
+* **Added DPAA2 QDMA Driver (in rawdev).**
+
+  The DPAA2 QDMA is an implementation of the rawdev API, that provide means
+  to initiate a DMA transaction from CPU. The initiated DMA is performed
+  without CPU being involved in the actual DMA transaction.
+
+  See the :doc:`../rawdevs/dpaa2_qdma.rst` guide for more details.
+
 
 API Changes
 -----------