diff options
author | Nikolay Aleksandrov <nikolay@redhat.com> | 2013-11-05 07:51:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-07 15:10:21 -0500 |
commit | 12465fb8338fedddc20464fdc5b1fcbc1971bc3a (patch) | |
tree | d5ddca819365866bd6269fd72e9a3100fa771af2 /Documentation | |
parent | 73958329ea1fe0dc149b51e5d8703015f65a03e0 (diff) |
bonding: document the new packets_per_slave option
Add new documentation for the packets_per_slave option available
for balance-rr mode.
Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/bonding.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt index 3856ed2c45a9..2cdb8b66caa9 100644 --- a/Documentation/networking/bonding.txt +++ b/Documentation/networking/bonding.txt | |||
@@ -639,6 +639,15 @@ num_unsol_na | |||
639 | are generated by the ipv4 and ipv6 code and the numbers of | 639 | are generated by the ipv4 and ipv6 code and the numbers of |
640 | repetitions cannot be set independently. | 640 | repetitions cannot be set independently. |
641 | 641 | ||
642 | packets_per_slave | ||
643 | |||
644 | Specify the number of packets to transmit through a slave before | ||
645 | moving to the next one. When set to 0 then a slave is chosen at | ||
646 | random. | ||
647 | |||
648 | The valid range is 0 - 65535; the default value is 1. This option | ||
649 | has effect only in balance-rr mode. | ||
650 | |||
642 | primary | 651 | primary |
643 | 652 | ||
644 | A string (eth0, eth2, etc) specifying which slave is the | 653 | A string (eth0, eth2, etc) specifying which slave is the |