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
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
2 matches
Mail list logo