Message ID | 20220826154738.4039-1-ffmancera@riseup.net (mailing list archive) |
---|---|
State | Accepted |
Commit | fa8724478e64dcf6a45de9067004dcca07244934 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] Documentation: bonding: clarify supported modes for tlb_dynamic_lb | expand |
Fernando Fernandez Mancera <ffmancera@riseup.net> wrote: >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> >--- > Documentation/networking/bonding.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 >-- >2.30.2 >
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Fri, 26 Aug 2022 17:47:38 +0200 you wrote: > 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> > --- > Documentation/networking/bonding.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [net-next] Documentation: bonding: clarify supported modes for tlb_dynamic_lb https://git.kernel.org/netdev/net-next/c/fa8724478e64 You are awesome, thank you!
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
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> --- Documentation/networking/bonding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)