Re: [PATCH v5 1/8] net/rnp: add skeleton

2023-08-30 Thread Thomas Monjalon
21/08/2023 11:32, 11: > Hi Thomas, > > Thanks for your useful advice, previously only focused on code format > and Ignored document format. no worries > > > +#. Running testpmd: > > > + > > > + Follow instructions available in the document > > > + :ref:`compiling and testing a PMD for a NIC

RE: [PATCH v5 1/8] net/rnp: add skeleton

2023-08-21 Thread 11
..@oktetlabs.ru; > yao...@mucse.com > Subject: Re: [PATCH v5 1/8] net/rnp: add skeleton > > Hi, > > Wenbo Cao: > > --- /dev/null > > +++ b/doc/guides/nics/rnp.rst > > @@ -0,0 +1,43 @@ > > +.. SPDX-License-Identifier: BSD-3-Clause > > +Copyrig

Re: [PATCH v5 1/8] net/rnp: add skeleton

2023-08-15 Thread Thomas Monjalon
Hi, Wenbo Cao: > --- /dev/null > +++ b/doc/guides/nics/rnp.rst > @@ -0,0 +1,43 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > +Copyright(c) 2023 Mucse IC Design Ltd. > + > +RNP Poll Mode driver > +== Please keep underlining the same size as the text above. > + > +T

[PATCH v5 1/8] net/rnp: add skeleton

2023-08-06 Thread Wenbo Cao
Add Basic PMD library and doc build infrastructure Update maintainers file to claim responsibility. Signed-off-by: Wenbo Cao --- MAINTAINERS | 6 + doc/guides/nics/features/rnp.ini | 8 ++ doc/guides/nics/index.rst| 1 + doc/guides/nics/rnp.rst |