[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1334932926-23996-2-git-send-email-jpirko@redhat.com>
Date: Fri, 20 Apr 2012 16:42:04 +0200
From: Jiri Pirko <jpirko@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, eric.dumazet@...il.com
Subject: [patch net-next 1/3] team: lb: let userspace care about port macs
Better to leave this for userspace
Signed-off-by: Jiri Pirko <jpirko@...hat.com>
---
drivers/net/team/team_mode_loadbalance.c | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/drivers/net/team/team_mode_loadbalance.c b/drivers/net/team/team_mode_loadbalance.c
index 2b506b2..438d5b8 100644
--- a/drivers/net/team/team_mode_loadbalance.c
+++ b/drivers/net/team/team_mode_loadbalance.c
@@ -142,22 +142,10 @@ static void lb_exit(struct team *team)
ARRAY_SIZE(lb_options));
}
-static int lb_port_enter(struct team *team, struct team_port *port)
-{
- return team_port_set_team_mac(port);
-}
-
-static void lb_port_change_mac(struct team *team, struct team_port *port)
-{
- team_port_set_team_mac(port);
-}
-
static const struct team_mode_ops lb_mode_ops = {
.init = lb_init,
.exit = lb_exit,
.transmit = lb_transmit,
- .port_enter = lb_port_enter,
- .port_change_mac = lb_port_change_mac,
};
static struct team_mode lb_mode = {
--
1.7.9.1
--
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