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

2024-07-23 Thread Thomas Monjalon
23/07/2024 09:49, Ferruh Yigit: > On 7/18/2024 10:43 PM, Ferruh Yigit wrote: > Thomas highlighted that some files in the driver missing SPDX tag, they > can be viewed with './devtools/check-spdx-tag.sh' tool, can you please > check them? When getting the next-net tree into main, I've added excepti

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

2024-07-23 Thread Ferruh Yigit
On 7/18/2024 10:43 PM, Ferruh Yigit wrote: > On 7/17/2024 2:32 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 >> > > For series, > Reviewed-by: Ferru

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

2024-07-18 Thread Ferruh Yigit
On 7/17/2024 2:32 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 > For series, Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/main, thanks.

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

2024-07-17 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 *