linux/drivers/infiniband/ulp
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 IPoIB: Copy child MTU from parent 2008-04-29 13:46:53 -07:00
iser IB/iser: Count FMR alignment violations per session 2008-04-29 13:46:52 -07:00
srp SCSI: convert struct class_device to struct device 2008-04-19 19:10:33 -07:00