mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
Linux kernel source tree
Tariq Toukan says: ==================== net/mlx5: Add balance ID support for LAG multiplane groups This series adds balance ID support for MLX5 LAG in multiplane configurations. See detailed description by Mark below [1]. [1] The problem: In complex multiplane LAG setups, we need finer control over LAG groups. Currently, devices with the same system image GUID are treated identically, but hardware now supports per-multiplane-group balance IDs that let us differentiate between them. On such systems image system guid isn't enough to decide which devices should be part of which LAG. The solution: Extend the system image GUID with a balance ID byte when the hardware supports it. This gives us the granularity we need without breaking existing deployments. What this series does: 1. Clean up some duplicate code while we're here 2. Rework the system image GUID infrastructure to handle variable lengths 3. Update PTP clock pairing to use the new approach 4. Restructure capability setting to make room for the new feature 5. Actually implement the balance ID support The key insight is in patch 5: we only append the balance ID when both capabilities are present, so older hardware and software continue to work exactly as before. For newer setups, you get the extra byte that enables per-multiplane-group load balancing. This has been tested with both old and new hardware configurations. ==================== Link: https://patch.msgid.link/1761211020-925651-1-git-send-email-tariqt@nvidia.com Signed-off-by: Paolo Abeni <pabeni@redhat.com> |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.