Re: [PATCH net-next] net-sysfs: trigger netlink notification on ifalias change via sysfs

2017-11-14 Thread David Miller
From: Roopa Prabhu Date: Mon, 13 Nov 2017 23:21:36 -0800 > From: Roopa Prabhu > > This patch adds netlink notifications on iflias changes via sysfs. > makes it consistent with the netlink path which also calls > netdev_state_change. Also makes it consistent with other sysfs > netdev_store opera

Re: [PATCH net-next] net-sysfs: trigger netlink notification on ifalias change via sysfs

2017-11-13 Thread Jiri Pirko
Tue, Nov 14, 2017 at 08:21:36AM CET, ro...@cumulusnetworks.com wrote: >From: Roopa Prabhu > >This patch adds netlink notifications on iflias changes via sysfs. >makes it consistent with the netlink path which also calls >netdev_state_change. Also makes it consistent with other sysfs >netdev_store

[PATCH net-next] net-sysfs: trigger netlink notification on ifalias change via sysfs

2017-11-13 Thread Roopa Prabhu
From: Roopa Prabhu This patch adds netlink notifications on iflias changes via sysfs. makes it consistent with the netlink path which also calls netdev_state_change. Also makes it consistent with other sysfs netdev_store operations. Signed-off-by: Roopa Prabhu --- net/core/net-sysfs.c | 17 +++