-----Original Message----- > Date: Wed, 28 Jun 2017 20:46:04 +0530 > From: Nipun Gupta <[email protected]> > To: [email protected] > CC: [email protected], [email protected], > [email protected], [email protected], > [email protected], [email protected], Nipun Gupta > <[email protected]> > Subject: [PATCH 21/21 v3] doc: add NXP DPAA2 EVENTDEV details > X-Mailer: git-send-email 1.9.1 > > Signed-off-by: Nipun Gupta <[email protected]> > --- > MAINTAINERS | 1 + > doc/guides/eventdevs/dpaa2.rst | 175 > +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 176 insertions(+) > create mode 100644 doc/guides/eventdevs/dpaa2.rst > > diff --git a/MAINTAINERS b/MAINTAINERS > index fe1a25b..d9dbf8f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -584,6 +584,7 @@ NXP DPAA2 Eventdev PMD > M: Hemant Agrawal <[email protected]> > M: Nipun Gupta <[email protected]> > F: drivers/event/dpaa2/ > +F: doc/guides/eventdevs/dpaa2.rst
Fix the below warning from eventdevs/dpaa2.rst ➜ [master][dpdk-next-eventdev] $ ./devtools/test-build.sh -j8 x86_64-native-linuxapp-gcc+shared x86_64-native-linuxapp-gcc+debug ################## x86_64-native-linuxapp-gcc+debug done. ================== Build doxygen HTML API ================== Build sphinx HTML guides ================== Check docs --- /dev/null 2017-06-29 11:41:04.749491167 +0530 +++ .check/doc.txt 2017-06-29 14:49:20.746576352 +0530 @@ -0,0 +1 @@ +/export/dpdk-next-eventdev/doc/guides/eventdevs/dpaa2.rst: WARNING: document isn't included in any toctree ➜ [master][dpdk-next-eventdev] $ echo $? 1

