2017-01-19 18:53, Hemant Agrawal: > --- a/MAINTAINERS > +++ b/MAINTAINERS > +NXP DPAA2 PMD > +M: Hemant Agrawal <hemant.agra...@nxp.com> > +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.