On 6 Aug 2018, at 15:16, [email protected] wrote: > > I have a Mellanox ConnectX4-lx, a dual port 10Gb/s network adapter. > It fails to load, as it is unable to acquire some # of MSI-X vectors. > > err = mlx5_alloc_irq_vectors(dev); > if (err) { > dev_err(&pdev->dev, "alloc irq vectors failed\n"); > goto err_cleanup_once; > } > > It wants MSI-X. There is no fallback to MSI. No fallback IRQ. > > SO: what has to happen so as to enable MSI-X? >
I enabled permissive for both PF devices. No more errors on dom0 relating to the PCI device on boot-up. Still fail to allocate interrupt vectors. -- You received this message because you are subscribed to the Google Groups "qubes-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-devel/D7ED48D3-C1E3-45B3-B18C-34DD4DC571B4%40gmail.com. For more options, visit https://groups.google.com/d/optout.
