Re: [V4] ethdev: restore eth_da init at startup of rte_eth_devargs_parse()

2024-03-11 Thread Ferruh Yigit
On 3/11/2024 12:55 PM, Thierry Herbelot wrote: > Commit 9a9eb104edf6 ("ethdev: parse multiple representor devargs") removes > the following variable initialization in rte_eth_devargs_parse(): > > memset(eth_da, 0, sizeof(*eth_da)); > > Restore the memset, as this causes regression in ixgbe PC

[V4] ethdev: restore eth_da init at startup of rte_eth_devargs_parse()

2024-03-11 Thread Thierry Herbelot
Commit 9a9eb104edf6 ("ethdev: parse multiple representor devargs") removes the following variable initialization in rte_eth_devargs_parse(): memset(eth_da, 0, sizeof(*eth_da)); Restore the memset, as this causes regression in ixgbe PCI probe. As the listed commit introduces a new argument: n