diff options
author | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2022-08-26 17:47:38 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-31 08:17:54 +0200 |
commit | fa8724478e64dcf6a45de9067004dcca07244934 (patch) | |
tree | 5fe0741a225fe0158905ebec78f688d14bbab422 /Documentation/networking | |
parent | mlxsw: minimal: Return -ENOMEM on allocation failure (diff) | |
download | linux-fa8724478e64dcf6a45de9067004dcca07244934.tar.xz linux-fa8724478e64dcf6a45de9067004dcca07244934.zip |
Documentation: bonding: clarify supported modes for tlb_dynamic_lb
tlb_dynamic_lb bonding option is compatible with balance-tlb and balance-alb
modes. In order to be consistent with other option documentation, it should
mention both modes not only balance-tlb.
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com>
Link: https://lore.kernel.org/r/20220826154738.4039-1-ffmancera@riseup.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/bonding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/bonding.rst b/Documentation/networking/bonding.rst index 7823a069a903..96cd7a26f3d9 100644 --- a/Documentation/networking/bonding.rst +++ b/Documentation/networking/bonding.rst @@ -846,7 +846,7 @@ primary_reselect tlb_dynamic_lb Specifies if dynamic shuffling of flows is enabled in tlb - mode. The value has no effect on any other modes. + or alb mode. The value has no effect on any other modes. The default behavior of tlb mode is to shuffle active flows across slaves based on the load in that interval. This gives nice lb |