[patch f17 00/11] team: refresh to latest net-next

Jiri Pirko jpirko at redhat.com
Fri May 4 15:29:40 UTC 2012


Refresh team driver co so it can work correctly with recent libteam version.

All patches are in net-next tree

David S. Miller (1):
  team: Stop using NLA_PUT*().

Jiri Pirko (10):
  team: add binary option type
  team: add loadbalance mode
  team: add support for per-port options
  team: add bool option type
  team: add user_linkup and user_linkup_enabled per-port option
  team: ab: walk through port list non-rcu
  team: add missed "statics"
  team: lb: let userspace care about port macs
  team: allow to enable/disable ports
  team: add per-port option for enabling/disabling ports

 drivers/net/team/Kconfig                  |   11 +
 drivers/net/team/Makefile                 |    1 +
 drivers/net/team/team.c                   |  523 +++++++++++++++++++++++------
 drivers/net/team/team_mode_activebackup.c |   20 +-
 drivers/net/team/team_mode_loadbalance.c  |  174 ++++++++++
 drivers/net/team/team_mode_roundrobin.c   |    2 +-
 6 files changed, 621 insertions(+), 110 deletions(-)
 create mode 100644 drivers/net/team/team_mode_loadbalance.c

-- 
1.7.6.5



More information about the kernel mailing list