mbox series

[net-next,V3,0/4] mlx5 misc 2023-07-08 (sf max eq)

Message ID 20240712003310.355106-1-saeed@kernel.org (mailing list archive)
Headers show
Series mlx5 misc 2023-07-08 (sf max eq) | expand

Message

Saeed Mahameed July 12, 2024, 12:33 a.m. UTC
From: Saeed Mahameed <saeedm@nvidia.com>

Hi,

This V3 includes only 4 patches out of the original 10 in V2,
since Jakub asked to split the series and fix the commit message
of the first patch.

V2->V3: 
  - Improve commit message of patch #1 (Jakub).

Link: https://patchwork.kernel.org/project/netdevbpf/patch/20240708080025.1593555-2-tariqt@nvidia.com/

Daniel Jurgens (4):
  net/mlx5: IFC updates for SF max IO EQs
  net/mlx5: Set sf_eq_usage for SF max EQs
  net/mlx5: Set default max eqs for SFs
  net/mlx5: Use set number of max EQs

 drivers/net/ethernet/mellanox/mlx5/core/eq.c      |  7 +++++--
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h |  3 +++
 .../mellanox/mlx5/core/eswitch_offloads.c         | 15 ++++++++++++++-
 drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 12 ++++--------
 .../net/ethernet/mellanox/mlx5/core/sf/devlink.c  | 12 ++++++++++++
 include/linux/mlx5/mlx5_ifc.h                     |  4 +++-
 6 files changed, 41 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 13, 2024, 10:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 11 Jul 2024 17:33:06 -0700 you wrote:
> From: Saeed Mahameed <saeedm@nvidia.com>
> 
> Hi,
> 
> This V3 includes only 4 patches out of the original 10 in V2,
> since Jakub asked to split the series and fix the commit message
> of the first patch.
> 
> [...]

Here is the summary with links:
  - [net-next,V3,1/4] net/mlx5: IFC updates for SF max IO EQs
    https://git.kernel.org/netdev/net-next/c/63c6e08eac8e
  - [net-next,V3,2/4] net/mlx5: Set sf_eq_usage for SF max EQs
    https://git.kernel.org/netdev/net-next/c/2ece6c72ea04
  - [net-next,V3,3/4] net/mlx5: Set default max eqs for SFs
    https://git.kernel.org/netdev/net-next/c/20d80b95a7e4
  - [net-next,V3,4/4] net/mlx5: Use set number of max EQs
    https://git.kernel.org/netdev/net-next/c/4b66be76a6fb

You are awesome, thank you!