On Mon, 2019-06-10 at 23:38 +0000, Saeed Mahameed wrote: > Hi All, > > This series is aimed mlx5-next branch, it includes a couple of low > level > updates for mlx5_core driver, needed for both rdma and net-next > trees. > > 1) Bodong refactors query esw functions so he could use it to support > querying max VFs from device. > > 2) Vu, handles VF representors creation from VF creation handler > context. > > 3) Daniel, increased the fw initialization wait timeout for large > sriov > configuration. > > 4) Yuval, refactors IRQ vectors management and separates them from > EQs, > so IRQs can be shared between different EQs to save system resources, > especially on VMs and VF functions. > > 5) Ariel, exploits Yuval's work and uses only one IRQ for the 4 async > EQs we have per function (So we can save 3 IRQ vectors per function). > > Thanks, > Saeed. > Applied to mlx5-next, Thanks!