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

2024-07-16 Thread Ferruh Yigit
On 7/16/2024 1:01 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 > --- > v6 > * Remove unused includes > * Remove EOF markers > * Remove unnecesarry comm

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

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