Re: Question on a patch in lib/ethdev/ethdev_driver.c

2024-03-11 Thread Ferruh Yigit
On 3/11/2024 9:07 AM, Thierry Herbelot wrote: > Hello, > > Commit 9a9eb104ed ("ethdev: parse multiple representor devargs") removes > the following variable initialization in rte_eth_devargs_parse(): > > memset(eth_da, 0, sizeof(*eth_da)); > > This in turn causes a failure in ixgbe PCI probe

Question on a patch in lib/ethdev/ethdev_driver.c

2024-03-11 Thread Thierry Herbelot
Hello, Commit 9a9eb104ed ("ethdev: parse multiple representor devargs") removes the following variable initialization in rte_eth_devargs_parse(): memset(eth_da, 0, sizeof(*eth_da)); This in turn causes a failure in ixgbe PCI probe on Arm server: eth_ixgbe_pci_probe(): unsupport