From: Eli Cohen Date: Tue, 29 Apr 2008 20:46:53 +0000 (-0700) Subject: IPoIB: Copy child MTU from parent X-Git-Tag: v2.6.26-rc1~354^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4132efa1a47858d741ecb05b8735e6fcb603bc8;p=pandora-kernel.git IPoIB: Copy child MTU from parent When creating a child interface, copy the MTU information from the parent. Otherwise when the child's multicast join completes, the MTU will not be updated since the code does dev->mtu = min(priv->mcast_mtu, priv->admin_mtu); and priv->admin_mtu will be set to 0. Signed-off-by: Eli Cohen Signed-off-by: Roland Dreier --- Reading git-diff-tree failed