> 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 > + communication between the GPP and AIOP (Firmware). This is achieved > + via using the DPCI devices exposed by MC for GPP <--> AIOP interaction. > + > + See the :doc:`../rawdevs/dpaa2_cmdif.rst` guide for more details.
You need to remove the .rst extension from above for it to be a clickable and linked to the html version of the file. Once it's done you can add my ack to the second version. Acked-by: Marko Kovacevic <marko.kovace...@intel.com>