> NXP DPAA2 platform > > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> > --- > v3: merge the patches > > doc/guides/cryptodevs/dpaa2_sec.rst | 28 +++-------- > doc/guides/eventdevs/dpaa2.rst | 50 ++----------------- > doc/guides/nics/dpaa2.rst | 49 ++----------------- > doc/guides/platform/dpaa2.rst | 98 > +++++++++++++++++++++++++++++++++++++
> +Common Offload HW Block Drivers > +------------------------------- > + > +1. **Nics Driver** > + See :doc:`../nics/dpaa2` for NXP dpaa2 nic driver information. > + > +2. **Cryptodev Driver** > + See :doc:`../cryptodevs/dpaa2_sec` for NXP dpaa2 cryptodev driver > information. > + > +3. **Eventdev Driver** > + See :doc:`../eventdevs/dpaa2` for NXP dpaa2 eventdev driver > information. > + One thing here you forgot about the spaces between text and the bold header Make the See: text go right after it in the output as so. "Nics Driver See DPAA2 Poll Mode Driver for NXP dpaa2 nic driver information " Common Offload HW Block Drivers ------------------------------- 1. **Nics Driver** See :doc:`../nics/dpaa2` for NXP dpaa2 nic driver information. 2. **Cryptodev Driver** See :doc:`../cryptodevs/dpaa2_sec` for NXP dpaa2 cryptodev driver information. 3. **Eventdev Driver** See :doc:`../eventdevs/dpaa2` for NXP dpaa2 eventdev driver information. You can add my ack on this one once fixed. Acked-by: Marko Kovacevic <marko.kovace...@intel.com>