Home
last modified time | relevance | path

Searched hist:b4132efa (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.cb4132efa Tue Apr 29 15:46:53 CDT 2008 Eli Cohen <eli@dev.mellanox.co.il> 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>
b4132efa Tue Apr 29 15:46:53 CDT 2008 Eli Cohen <eli@dev.mellanox.co.il> 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>