From patchwork Fri Jul 12 00:33:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Saeed Mahameed X-Patchwork-Id: 13731195 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 23B7C138E for ; Fri, 12 Jul 2024 00:33:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720744406; cv=none; b=SyIZMUR1P6wWJ96WNmiZb/Ja4gjNXAd8FlcQ+HMLCFkLinfPy+IksNRy6ZMmkoOpdkJ+e1M5xzdPyIcxWH2sP4EJm2sfV2qya9rmNkz6ERAklOA/VceJBMTJEenZjVAccFzZccp0PIJJf05KqVFLUGt68J0lpHtZzOO7sUiSp9I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720744406; c=relaxed/simple; bh=jwcpODu67vbExhxdXfrRgFMk6AaFm+DG5jjoxlk9vVM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=f3zFgKYHEw1yfTI0MUvfvPygeSNqRkMSHoNm61HlQiWCAa8Jeej0vV6wMOT13L4nRBWkjVg1jd11rKOUgXUvb5Osumoa6QKdqAKq7JOATgHf34ePScgFSm28WG4aGN3r4hWkW0alKowCefME1O83jLW2BLVpsjSZ4XIvlBiC9cs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=toZP0vxq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="toZP0vxq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9605DC116B1; Fri, 12 Jul 2024 00:33:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720744405; bh=jwcpODu67vbExhxdXfrRgFMk6AaFm+DG5jjoxlk9vVM=; h=From:To:Cc:Subject:Date:From; b=toZP0vxqhAtyaVxR7gWwM0N6tERw0m0S4Hh3EnYNr/KTTtxERRcUffMsMTKBLw4sF 1FO0RIiPlJT3ZCEUp11cP0oLUlFW1lIIKONUcNMfezIbni5yY3Dp/Oe1QoPFTX/WpH AM/OPZt5bkQb2ZW98B+qIfUt07bVGDaVXN2NgoB/7cPVX09J7oDWHzk/yS2LsyVNk8 pbDqRSUCGusGsrZnvAtAieicI/2os9naremkEidPB8QsoJsjRywUB31481zCIIvMlW +3024l4M2DS9H8zJvWMHwrGJs/D9Kr69atUcCNharXOY1WjKkdsnP7hnmfZZUpsn5N 9ZYXwaLWt0b5w== From: Saeed Mahameed To: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet Cc: Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan , Gal Pressman , Leon Romanovsky Subject: [PATCH net-next V3 0/4] mlx5 misc 2023-07-08 (sf max eq) Date: Thu, 11 Jul 2024 17:33:06 -0700 Message-ID: <20240712003310.355106-1-saeed@kernel.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org From: Saeed Mahameed 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(-)