Message ID | 20230606071219.483255-1-saeed@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show
Return-Path: <linux-rdma-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B844C77B7A for <linux-rdma@archiver.kernel.org>; Tue, 6 Jun 2023 07:12:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235959AbjFFHMy (ORCPT <rfc822;linux-rdma@archiver.kernel.org>); Tue, 6 Jun 2023 03:12:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235829AbjFFHMc (ORCPT <rfc822;linux-rdma@vger.kernel.org>); Tue, 6 Jun 2023 03:12:32 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6783F3 for <linux-rdma@vger.kernel.org>; Tue, 6 Jun 2023 00:12:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 59CC162C0F for <linux-rdma@vger.kernel.org>; Tue, 6 Jun 2023 07:12:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1706C433EF; Tue, 6 Jun 2023 07:12:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686035549; bh=YJts0i+BZr/5KHTeHcUD4/XOhz6WbzaL6rLWmRB9aS0=; h=From:To:Cc:Subject:Date:From; b=CBPvtQYt0Bk3/hHGACig2xcvpsRwUMBvKz82xbpKtP+pCWRpHEiRt8z8/zwPjMSh/ w4aM5RS7O/Z9q7paLcaAndWsE6hqgPDd/iYrTGSFNjnlJ17XKeGwQnns5IbQa+JXPo LCU5wyT25ISAAgGuzvNMPXiRpyGH+rYPgb2V79b5Y62VLB91uQxwNhmdpuxeEi2XeE mPV8m/5s01QgSMTrXpmWopi5Syf41lvZJKqVXMzdWniXVVmqohjHjeR25EgVOp+Dc2 J7yXnIwxrpP/pa7pxah7TuWGVPy6am05MTbST8nT22bFvn28W/5+W+CJo39AwaVnbv ZTuLLP8sRSlOw== From: Saeed Mahameed <saeed@kernel.org> To: "David S. Miller" <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Eric Dumazet <edumazet@google.com> Cc: Saeed Mahameed <saeedm@nvidia.com>, netdev@vger.kernel.org, Tariq Toukan <tariqt@nvidia.com>, Leon Romanovsky <leonro@nvidia.com>, linux-rdma@vger.kernel.org Subject: [pull request][net-next 00/15] mlx5 updates 2023-06-06 Date: Tue, 6 Jun 2023 00:12:04 -0700 Message-Id: <20230606071219.483255-1-saeed@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-rdma.vger.kernel.org> X-Mailing-List: linux-rdma@vger.kernel.org |
From: Saeed Mahameed <saeedm@nvidia.com> This series contains the following patches: 1) Support 4 ports VF LAG, part 2/2 2) Few extra trivial cleanup patches For more information please see tag log below. Please pull and let me know if there is any problem. Thanks, Saeed. The following changes since commit ddb8701dcb67aff0155d507c63cb1e201daf3ad6: Merge branch 'splice-net-handle-msg_splice_pages-in-af_kcm' (2023-06-05 20:51:58 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2023-06-06 for you to fetch changes up to 7b4de9140927ce4ef639a31a15a5f17ede36414c: net/mlx5e: simplify condition after napi budget handling change (2023-06-06 00:08:38 -0700) ---------------------------------------------------------------- mlx5-updates-2023-06-06 1) Support 4 ports VF LAG, part 2/2 2) Few extra trivial cleanup patches Shay Drory Says: ================ Support 4 ports VF LAG, part 2/2 This series continues the series[1] "Support 4 ports VF LAG, part1/2". This series adds support for 4 ports VF LAG (single FDB E-Switch). This series of patches refactoring LAG code that make assumptions about VF LAG supporting only two ports and then enable 4 ports VF LAG. Patch 1: - Fix for ib rep code Patches 2-5: - Refactors LAG layer. Patches 6-7: - Block LAG types which doesn't support 4 ports. Patch 8: - Enable 4 ports VF LAG. This series specifically allows HCAs with 4 ports to create a VF LAG with only 4 ports. It is not possible to create a VF LAG with 2 or 3 ports using HCAs that have 4 ports. Currently, the Merged E-Switch feature only supports HCAs with 2 ports. However, upcoming patches will introduce support for HCAs with 4 ports. In order to activate VF LAG a user can execute: devlink dev eswitch set pci/0000:08:00.0 mode switchdev devlink dev eswitch set pci/0000:08:00.1 mode switchdev devlink dev eswitch set pci/0000:08:00.2 mode switchdev devlink dev eswitch set pci/0000:08:00.3 mode switchdev ip link add name bond0 type bond ip link set dev bond0 type bond mode 802.3ad ip link set dev eth2 master bond0 ip link set dev eth3 master bond0 ip link set dev eth4 master bond0 ip link set dev eth5 master bond0 Where eth2, eth3, eth4 and eth5 are net-interfaces of pci/0000:08:00.0 pci/0000:08:00.1 pci/0000:08:00.2 pci/0000:08:00.3 respectively. User can verify LAG state and type via debugfs: /sys/kernel/debug/mlx5/0000\:08\:00.0/lag/state /sys/kernel/debug/mlx5/0000\:08\:00.0/lag/type [1] https://lore.kernel.org/netdev/20230601060118.154015-1-saeed@kernel.org/T/#mf1d2083780970ba277bfe721554d4925f03f36d1 ================ ---------------------------------------------------------------- Bodong Wang (1): mlx5/core: E-Switch, Allocate ECPF vport if it's an eswitch manager Dragos Tatulea (1): net/mlx5e: RX, Log error when page_pool size is too large Jakub Kicinski (1): net/mlx5e: simplify condition after napi budget handling change Jiri Pirko (1): net/mlx5: Skip inline mode check after mlx5_eswitch_enable_locked() failure Lama Kayal (1): net/mlx5e: Expose catastrophic steering error counters Oz Shlomo (1): net/mlx5e: TC, refactor access to hash key Shay Drory (8): RDMA/mlx5: Free second uplink ib port {net/RDMA}/mlx5: introduce lag_for_each_peer net/mlx5: LAG, check if all eswitches are paired for shared FDB net/mlx5: LAG, generalize handling of shared FDB net/mlx5: LAG, change mlx5_shared_fdb_supported() to static net/mlx5: LAG, block multipath LAG in case ldev have more than 2 ports net/mlx5: LAG, block multiport eswitch LAG in case ldev have more than 2 ports net/mlx5: Enable 4 ports VF LAG Tariq Toukan (1): net/mlx5e: Remove RX page cache leftovers .../ethernet/mellanox/mlx5/devlink.rst | 7 ++ drivers/infiniband/hw/mlx5/ib_rep.c | 103 +++++++++++++-------- .../mellanox/mlx5/core/diag/reporter_vnic.c | 10 ++ drivers/net/ethernet/mellanox/mlx5/core/en.h | 7 -- .../ethernet/mellanox/mlx5/core/en/tc/act_stats.c | 9 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 3 + drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 3 +- drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 9 ++ .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 3 +- drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c | 24 +++-- drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c | 91 +++++++++++------- drivers/net/ethernet/mellanox/mlx5/core/lag/lag.h | 1 - drivers/net/ethernet/mellanox/mlx5/core/lag/mp.c | 4 + .../net/ethernet/mellanox/mlx5/core/lag/mpesw.c | 4 + .../net/ethernet/mellanox/mlx5/core/lib/devcom.c | 5 +- .../net/ethernet/mellanox/mlx5/core/lib/devcom.h | 2 +- include/linux/mlx5/driver.h | 8 +- include/linux/mlx5/mlx5_ifc.h | 12 ++- 19 files changed, 204 insertions(+), 103 deletions(-)