On 6/27/2024 8:38 AM, Serhii Iliushyk wrote: > Enable FPGA initialization > > Signed-off-by: Serhii Iliushyk <sil-...@napatech.com>
<...> > static struct eth_dev_ops nthw_eth_dev_ops = { > .dev_configure = eth_dev_configure, > .dev_start = eth_dev_start, > .dev_stop = eth_dev_stop, > .dev_close = eth_dev_close, > .dev_infos_get = eth_dev_infos_get, > + .fw_version_get = eth_fw_version_get, > Can you please update .ini file with each feature added, in the patch that adds feature? Like for this case, 'FW version' feature needs to be marked as supported. <...>