From: Xin Long
Date: Tue, 24 Oct 2017 13:54:16 +0800
> It's better to send notifications to userspace by the events in
> rtnetlink_event, instead of calling rtmsg_ifinfo directly.
>
> This patcheset is to remove rtmsg_ifinfo called in bonding and
> bridge, the notifications can be handled by NET
It's better to send notifications to userspace by the events in
rtnetlink_event, instead of calling rtmsg_ifinfo directly.
This patcheset is to remove rtmsg_ifinfo called in bonding and
bridge, the notifications can be handled by NETDEV_CHANGEUPPER
and NETDEV_CHANGELOWERSTATE events in rtnetlink_e