Re: [dpdk-dev] [PATCH v4 1/6] net/ngbe: add build and doc infrastructure

2021-04-11 Thread Jiawen Wu
On April 9, 2021 10:37 PM, Ferruh Yigit wrote: > On 4/6/2021 10:30 AM, Jiawen Wu wrote: > > Adding bare minimum PMD library and doc build infrastructure and claim > > the maintainership for ngbe PMD. > > > > Signed-off-by: Jiawen Wu > > <...> > > > diff --git a/doc/guides/nics/ngbe.rst b/doc/gui

Re: [dpdk-dev] [PATCH v4 1/6] net/ngbe: add build and doc infrastructure

2021-04-09 Thread Ferruh Yigit
On 4/6/2021 10:30 AM, Jiawen Wu wrote: Adding bare minimum PMD library and doc build infrastructure and claim the maintainership for ngbe PMD. Signed-off-by: Jiawen Wu <...> diff --git a/doc/guides/nics/ngbe.rst b/doc/guides/nics/ngbe.rst new file mode 100644 index 0..007d8e80e ---

[dpdk-dev] [PATCH v4 1/6] net/ngbe: add build and doc infrastructure

2021-04-06 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/guide