android_kernel_motorola_sm6225/drivers/infiniband/ulp/ipoib
Eli Cohen b4132efa1a 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 <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-04-29 13:46:53 -07:00
..
ipoib.h IPoIB: Use separate CQ for UD send completions 2008-04-29 13:46:53 -07:00
ipoib_cm.c IPoIB: Use separate CQ for UD send completions 2008-04-29 13:46:53 -07:00
ipoib_ethtool.c IPoIB: Use separate CQ for UD send completions 2008-04-29 13:46:53 -07:00
ipoib_fs.c IPoIB: Constify seq_operations function pointer tables 2008-01-25 14:17:46 -08:00
ipoib_ib.c IPoIB: Use separate CQ for UD send completions 2008-04-29 13:46:53 -07:00
ipoib_main.c IPoIB: Use separate CQ for UD send completions 2008-04-29 13:46:53 -07:00
ipoib_multicast.c IPoIB: Handle 4K IB MTU for UD (datagram) mode 2008-04-23 11:55:45 -07:00
ipoib_verbs.c IPoIB: Use separate CQ for UD send completions 2008-04-29 13:46:53 -07:00
ipoib_vlan.c IPoIB: Copy child MTU from parent 2008-04-29 13:46:53 -07:00
Kconfig IB: Use menuconfig for InfiniBand menu 2007-07-09 20:12:26 -07:00
Makefile IPoIB: Add basic ethtool support 2008-04-16 21:09:32 -07:00