From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 21/21 v3] doc: add NXP DPAA2 EVENTDEV details Date: Thu, 29 Jun 2017 14:55:51 +0530 Message-ID: <20170629092550.GA25767@jerin> References: <1495735361-4840-1-git-send-email-nipun.gupta@nxp.com> <1498662964-11251-1-git-send-email-nipun.gupta@nxp.com> <1498662964-11251-22-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com, harry.van.haaren@intel.com, bruce.richardson@intel.com, gage.eads@intel.com, shreyansh.jain@nxp.com To: Nipun Gupta Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0040.outbound.protection.outlook.com [104.47.33.40]) by dpdk.org (Postfix) with ESMTP id 42A2D235 for ; Thu, 29 Jun 2017 11:26:49 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1498662964-11251-22-git-send-email-nipun.gupta@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Wed, 28 Jun 2017 20:46:04 +0530 > From: Nipun Gupta > To: dev@dpdk.org > CC: hemant.agrawal@nxp.com, jerin.jacob@caviumnetworks.com, > harry.van.haaren@intel.com, bruce.richardson@intel.com, > gage.eads@intel.com, shreyansh.jain@nxp.com, Nipun Gupta > > Subject: [PATCH 21/21 v3] doc: add NXP DPAA2 EVENTDEV details > X-Mailer: git-send-email 1.9.1 > > Signed-off-by: Nipun Gupta > --- > 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 > M: Nipun Gupta > 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