> -----Original Message----- > From: Nipun Gupta > Sent: Saturday, April 7, 2018 8:04 PM > To: tho...@monjalon.net; Hemant Agrawal <hemant.agra...@nxp.com>; > Shreyansh Jain <shreyansh.j...@nxp.com> > Cc: dev@dpdk.org; Nipun Gupta <nipun.gu...@nxp.com> > Subject: [PATCH v2 9/9] doc: add dpaa2 command interface rawdev to > release notes > > Signed-off-by: Nipun Gupta <nipun.gu...@nxp.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 e5fac1c..0aebb18 100644 > --- a/doc/guides/rel_notes/release_18_05.rst > +++ b/doc/guides/rel_notes/release_18_05.rst > @@ -58,6 +58,13 @@ New Features > * Added support for NVGRE, VXLAN and GENEVE filters in flow API. > * Added support for DROP action in flow API. > > +* **Added DPAA2 Command Interface Driver (in rawdev).** > + > + The DPAA2 CMDIF is an implementation of the rawdev API, that > provides
The ',' in '...rawdev API, that provides' is not required. > + communication between the GPP and AIOP (Firmware). This is achieved Can you please state NXP's QorIQ based AIOP Block or, one liner about AIOP would help someone understand the context. > + via using the DPCI devices exposed by MC for GPP <--> AIOP > interaction. > + > + See the :doc:`../rawdevs/dpaa2_cmdif.rst` guide for more details. Just like the QDMA series, you might want to remove 'rst' from the above. > > API Changes > ----------- > -- > 1.9.1