Re: [PATCH v6 01/21] net/ntnic: add ethdev and makes PMD available

2024-07-11 Thread Ferruh Yigit
On 7/11/2024 1:07 PM, Serhii Iliushyk wrote: > Add initial ntnic ethdev skeleton and register PCI probe functions > Update documentation: Device description and feature list > > Signed-off-by: Serhii Iliushyk > Hi Serhii, I put a few minor comments. What is the latest testing status of the driv

Re: [PATCH v6 01/21] net/ntnic: add ethdev and makes PMD available

2024-07-11 Thread Ferruh Yigit
On 7/11/2024 1:07 PM, Serhii Iliushyk wrote: > +++ b/doc/guides/nics/features/ntnic.ini > @@ -0,0 +1,12 @@ > +; > +; Supported features of the 'ntnic' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Speed capabilities = Y

[PATCH v6 01/21] net/ntnic: add ethdev and makes PMD available

2024-07-11 Thread Serhii Iliushyk
Add initial ntnic ethdev skeleton and register PCI probe functions Update documentation: Device description and feature list Signed-off-by: Serhii Iliushyk --- v6 * Remove unused includes * Remove EOF markers * Remove unnecesarry commpiller flags * Update documentation INI and RST files *