Re: [PATCH net] team: call netdev_change_features out of team lock

2017-04-06 Thread Jiri Pirko
Thu, Apr 06, 2017 at 07:41:28AM CEST, lucien@gmail.com wrote: >Commit f6988cb63a4e ("team: don't call netdev_change_features under >team->lock") fixed the issue calling netdev_change_features under >team->lock for team_compute_features. > >But there are still two places where it calls netdev_ch

[PATCH net] team: call netdev_change_features out of team lock

2017-04-05 Thread Xin Long
Commit f6988cb63a4e ("team: don't call netdev_change_features under team->lock") fixed the issue calling netdev_change_features under team->lock for team_compute_features. But there are still two places where it calls netdev_change_features under team->lock, team_port_add and team_port_del. It may