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

2024-04-02 Thread Ferruh Yigit
ther layer of abstraction some drivers use, but those should be tied to ethdev control path functions eventually, so same rule for using ethdev control path applies to them. > > >> -Original Message- >> From: ferruh.yi...@amd.com >> Sent: 2024年3月29日 19:28 >>

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

2024-03-29 Thread 11
-- > From: ferruh.yi...@amd.com > Sent: 2024年3月29日 19:28 > To: Wenbo Cao ; Thomas Monjalon > > Cc: dev@dpdk.org; andrew.rybche...@oktetlabs.ru; yao...@mucse.com > Subject: Re: [PATCH v6 1/8] net/rnp: add skeleton > > On 9/1/2023 3:30 AM, Wenbo Cao wrote: > > Add Basi

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

2024-03-29 Thread Ferruh Yigit
On 9/1/2023 3:30 AM, Wenbo Cao wrote: > Add Basic PMD library and doc build infrastructure > Update maintainers file to claim responsibility. > > Signed-off-by: Wenbo Cao > Hi Wenbo, What is the status of the 'rnp' driver, v7 was expected but not received, will upstreaming continue for v24.03?

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

2023-09-06 Thread 11
ject: Re: [PATCH v6 1/8] net/rnp: add skeleton > > On 9/1/2023 3:30 AM, Wenbo Cao wrote: > > Add Basic PMD library and doc build infrastructure Update maintainers > > file to claim responsibility. > > > > Signed-off-by: Wenbo Cao > > <...> > >

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

2023-09-05 Thread Ferruh Yigit
On 9/1/2023 3:30 AM, Wenbo Cao wrote: > Add Basic PMD library and doc build infrastructure > Update maintainers file to claim responsibility. > > Signed-off-by: Wenbo Cao <...> > diff --git a/doc/guides/nics/rnp.rst b/doc/guides/nics/rnp.rst > new file mode 100644 > index 00..0eb8f2d415

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

2023-08-31 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 |