[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1383655902-18744-1-git-send-email-nikolay@redhat.com>
Date: Tue, 5 Nov 2013 13:51:40 +0100
From: Nikolay Aleksandrov <nikolay@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, andy@...yhouse.net, fubar@...ibm.com,
vfalico@...hat.com
Subject: [PATCH net-next 0/2] bonding: extend round-robin mode
This small patchset adds a new option called packets_per_slave to the
bonding which aims to extend round-robin mode with the following effects:
0 - choose the slave id at random
1 - packet per slave (standard round-robin, default option value)
>1 - transmit >1 packets per slave, switch the slaves in round-robin
Patch02 adds a description for the new option to the bonding documentation.
Best regards,
Nikolay Aleksandrov
Nikolay Aleksandrov (2):
bonding: extend round-robin mode with packets_per_slave
bonding: document the new packets_per_slave option
Documentation/networking/bonding.txt | 9 ++++++
drivers/net/bonding/bond_main.c | 55 ++++++++++++++++++++++++++++++++----
drivers/net/bonding/bond_sysfs.c | 49 ++++++++++++++++++++++++++++++++
drivers/net/bonding/bonding.h | 3 +-
4 files changed, 110 insertions(+), 6 deletions(-)
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists