Re: [PATCH mlx5-next v6 0/4] Dynamically assign MSI-X vectors count
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-02-14 05:25:48
Also in:
linux-pci, linux-rdma
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-02-14 05:25:48
Also in:
linux-pci, linux-rdma
On Tue, Feb 09, 2021 at 01:06:25PM -0800, Alexander Duyck wrote:
On Tue, Feb 9, 2021 at 5:34 AM Leon Romanovsky [off-list ref] wrote:quoted
<...>
quoted
Leon Romanovsky (4): PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs net/mlx5: Add dynamic MSI-X capabilities bits net/mlx5: Dynamically assign MSI-X vectors count net/mlx5: Allow to the users to configure number of MSI-X vectors Documentation/ABI/testing/sysfs-bus-pci | 28 ++++ .../net/ethernet/mellanox/mlx5/core/main.c | 17 ++ .../ethernet/mellanox/mlx5/core/mlx5_core.h | 27 ++++ .../net/ethernet/mellanox/mlx5/core/pci_irq.c | 72 +++++++++ .../net/ethernet/mellanox/mlx5/core/sriov.c | 58 ++++++- drivers/pci/iov.c | 153 ++++++++++++++++++ include/linux/mlx5/mlx5_ifc.h | 11 +- include/linux/pci.h | 12 ++ 8 files changed, 375 insertions(+), 3 deletions(-)This seems much improved from the last time I reviewed the patch set. I am good with the drop of the folder in favor of using "sriov" in the naming of the fields. For the series: Reviewed-by: Alexander Duyck <alexanderduyck@fb.com>
Bjorn, Can I get your Ack too, so we won't miss this merge window? Thanks