Thu, Oct 25, 2018 at 11:02:27PM CEST, 3ch...@gmail.com wrote: >netif_is_lag_port should be used to identify link aggregation ports. >For this to work, we need to reorganize the bonding and team drivers >so that the necessary flags are set before dev_open is called. > >commit 31e77c93e432 ("sched/fair: Update blocked load when newly idle") >made this decision originally based on the IFF_SLAVE flag which isn't >used by the team driver. Note, we do need to retain the IFF_SLAVE >check for the eql driver. > >Signed-off-by: Chas Williams <3ch...@gmail.com> >--- > drivers/net/bonding/bond_main.c | 4 ++-- > drivers/net/team/team.c | 7 +++++-- > net/ipv6/addrconf.c | 2 +-
Subject talks about "team" yet you modify bond and team. Confusing..