From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv5 02/33] doc: add dpaa2 nic details Date: Thu, 19 Jan 2017 18:08:43 +0100 Message-ID: <64565946.GzjslHbcRR@xps13> References: <1484679174-4174-1-git-send-email-hemant.agrawal@nxp.com> <1484832240-2048-1-git-send-email-hemant.agrawal@nxp.com> <1484832240-2048-5-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com, shreyansh.jain@nxp.com, john.mcnamara@intel.com, ferruh.yigit@intel.com, jerin.jacob@caviumnetworks.com To: Hemant Agrawal Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id DBBBDFA42 for ; Thu, 19 Jan 2017 18:08:45 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id r144so2880254wme.1 for ; Thu, 19 Jan 2017 09:08:45 -0800 (PST) In-Reply-To: <1484832240-2048-5-git-send-email-hemant.agrawal@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" 2017-01-19 18:53, Hemant Agrawal: > --- a/MAINTAINERS > +++ b/MAINTAINERS > +NXP DPAA2 PMD > +M: Hemant Agrawal > +F: drivers/bus/fslmc/ > +F: drivers/common/dpaa2/ > +F: drivers/net/dpaa2/ > +F: drivers/pool/dpaa2/ > +F: doc/guides/nics/dpaa2.rst Please introduce line by line in the patches adding these files. > +++ b/doc/guides/nics/features/dpaa2.ini > @@ -0,0 +1,8 @@ > +; > +; Supported features of the 'dpaa2' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +ARMv8 = Y > +Usage doc = Y You should introduce this file with the first PMD patch. > +* **Added a new driver for NXP DPAA2 - FSLMC bus.** > + > + Added the new bus "fslmc" driver for NXP DPAA2 devices. See the > + "Network Interface Controller Drivers" document for more details on this new > + driver. > + > +* **Added a new driver for NXP DPAA2 Network PMD.** > + > + Added the new "dpaa2" net driver for NXP DPAA2 devices. See the > + "Network Interface Controller Drivers" document for more details on this new > + driver. You can use sphinx references to create a link in the generated HTML. Please move doc patch after (or within) the code.