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 <sil-...@napatech.com> > --- > v6 > * Remove unused includes > * Remove EOF markers > * Remove unnecesarry commpiller flags > * Update documentation INI and RST files > * Remove uncovered features > * Add features according to DPDK reqirements > * Add link on NT200A02 description > * Rename res(short for result) to ret(short for return) > * Fix unnecessary set of the driver name > * The driver name is set by macro RTE_PMD_REGISTER_PCI > * Set sentinel value for PCI id_table > * NULL value can lead to the crush on function rte_pci_match > * Remove unnecessary comments > v7 > * Move features list to the dedicated patches > * Update release note file > v9 > * Marked driver features as Experimantal >
Hi Serhii, Driver is almost there, I put minor comments to a few patches, but mainly I recognized './devtools/check-meson.py' is giving some warnings, can you please check them? Probably not required to reminder but instead of fixing meson issues as separate commit, please fix issues where they are introduced at first place.