Re: [dpdk-dev] [PATCH v6 01/19] net/ngbe: add build and doc infrastructure

2021-07-05 Thread Andrew Rybchenko
On 7/5/21 5:52 AM, Jiawen Wu wrote: > On July 2, 2021 9:08 PM, Andrew Rybchenko wrote: >> On 6/17/21 1:59 PM, Jiawen Wu wrote: >>> Adding bare minimum PMD library and doc build infrastructure and claim >>> the maintainership for ngbe PMD. >>> >>> Signed-off-by: Jiawen Wu >> >> Just one nit below.

Re: [dpdk-dev] [PATCH v6 01/19] net/ngbe: add build and doc infrastructure

2021-07-04 Thread Jiawen Wu
On July 2, 2021 9:08 PM, Andrew Rybchenko wrote: > On 6/17/21 1:59 PM, Jiawen Wu wrote: > > Adding bare minimum PMD library and doc build infrastructure and claim > > the maintainership for ngbe PMD. > > > > Signed-off-by: Jiawen Wu > > Just one nit below. > > [snip] > > > diff --git a/drivers/

Re: [dpdk-dev] [PATCH v6 01/19] net/ngbe: add build and doc infrastructure

2021-07-02 Thread Andrew Rybchenko
On 6/17/21 1:59 PM, Jiawen Wu wrote: > Adding bare minimum PMD library and doc build infrastructure > and claim the maintainership for ngbe PMD. > > Signed-off-by: Jiawen Wu Just one nit below. [snip] > diff --git a/drivers/net/ngbe/ngbe_ethdev.c b/drivers/net/ngbe/ngbe_ethdev.c > new file mod

[dpdk-dev] [PATCH v6 01/19] net/ngbe: add build and doc infrastructure

2021-06-17 Thread Jiawen Wu
Adding bare minimum PMD library and doc build infrastructure and claim the maintainership for ngbe PMD. Signed-off-by: Jiawen Wu --- MAINTAINERS| 6 + doc/guides/nics/features/ngbe.ini | 10 + doc/guides/nics/index.rst | 1 + doc/guides