[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140602.145644.1523465834170343329.davem@davemloft.net>
Date: Mon, 02 Jun 2014 14:56:44 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jiri@...nulli.us
Cc: netdev@...r.kernel.org, fbl@...hat.com
Subject: Re: [patch net] team: fix mtu setting
From: Jiri Pirko <jiri@...nulli.us>
Date: Thu, 29 May 2014 20:46:17 +0200
> Now it is not possible to set mtu to team device which has a port
> enslaved to it. The reason is that when team_change_mtu() calls
> dev_set_mtu() for port device, notificator for NETDEV_PRECHANGEMTU
> event is called and team_device_event() returns NOTIFY_BAD forbidding
> the change. So fix this by returning NOTIFY_DONE here in case team is
> changing mtu in team_change_mtu().
>
> Introduced-by: 3d249d4c "net: introduce ethernet teaming device"
> Signed-off-by: Jiri Pirko <jiri@...nulli.us>
Applied and queued up for -stable, thanks.
--
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