[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120124.230354.1696063062900108959.davem@davemloft.net>
Date: Tue, 24 Jan 2012 23:03:54 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: steweg@...t.sk
Cc: kaber@...sh.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [patch v3, kernel version 3.2.1] Source mode for macvlan
interface
From: Stefan Gula <steweg@...t.sk>
Date: Tue, 24 Jan 2012 15:55:53 +0100 (CET)
> diff -uprN -X linux/Documentation/dontdiff linux-3.2.1-orig/net/core/rtnetlink.c linux/net/core/rtnetlink.c
> --- linux-3.2.1-orig/net/core/rtnetlink.c 2012-01-12 20:42:45.000000000 +0100
> +++ linux/net/core/rtnetlink.c 2012-01-24 14:26:58.083219352 +0100
> @@ -1506,6 +1506,9 @@ errout:
>
> if (send_addr_notify)
> call_netdevice_notifiers(NETDEV_CHANGEADDR, dev);
> + min_ifinfo_dump_size = max_t(u16, if_nlmsg_size(dev),
> + min_ifinfo_dump_size);
> +
What is this? And whatever it is why isn't it 1) described in the
commit message and why isn't it 2) in a seperate patch if it's
unrelated to this macvlan change?
I'm not apply this patch as it is right now, it needs some sort of
change.
--
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