On 9/28/2018 8:46 AM, Gagandeep Singh wrote: > Add enetc usage document to compile and run the > DPDK application on enetc supported platform. > This document introduces the enetc driver, supported > platforms and supported features. > > Signed-off-by: Gagandeep Singh <g.si...@nxp.com>
<...> > @@ -643,6 +643,13 @@ F: drivers/net/dpaa2/ > F: doc/guides/nics/dpaa2.rst > F: doc/guides/nics/features/dpaa2.ini > > +NXP enetc > +M: Gagandeep Singh <g.si...@nxp.com> > +M: Pankaj Chauhan <pankaj.chau...@nxp.com> > +F: drivers/net/enetc/ Can you please add above part with patch 1/4, and append rest with this patch. <...> > @@ -0,0 +1,11 @@ > +; > +; Supported features of the 'enetc' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Packet type parsing = Y > +Link status = Y > +Linux VFIO = Y > +ARMv8 = Y > +Usage doc = Y Can you please add .ini file with patch 1/4, so you will need to above MAINTAINERS part to add .ini file too And add "Packet type parsing = Y" part with patch 3/4 <...> > @@ -156,6 +161,7 @@ The libraries prepended with a plus sign were incremented > in this version. > librte_pmd_ixgbe.so.2 > librte_pmd_dpaa2_cmdif.so.1 > librte_pmd_dpaa2_qdma.so.1 > + + librte_pmd_enetc.so.1 No need to add this one, there is no API that this PMD provides.