Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4847f049 authored by Toshiaki Makita's avatar Toshiaki Makita Committed by David S. Miller
Browse files

bonding: Don't segment multiple tagged packets on bonding device



Bonding devices don't need to segment multiple tagged packets since their
slaves can segment them.

Signed-off-by: default avatarToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e38f3025
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -4038,6 +4038,7 @@ static const struct net_device_ops bond_netdev_ops = {
	.ndo_fix_features	= bond_fix_features,
	.ndo_fix_features	= bond_fix_features,
	.ndo_bridge_setlink	= ndo_dflt_netdev_switch_port_bridge_setlink,
	.ndo_bridge_setlink	= ndo_dflt_netdev_switch_port_bridge_setlink,
	.ndo_bridge_dellink	= ndo_dflt_netdev_switch_port_bridge_dellink,
	.ndo_bridge_dellink	= ndo_dflt_netdev_switch_port_bridge_dellink,
	.ndo_features_check	= passthru_features_check,
};
};


static const struct device_type bond_type = {
static const struct device_type bond_type = {