Re: [PATCH net] dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification

2017-10-16 Thread David Miller
From: Xin Long Date: Mon, 16 Oct 2017 19:43:15 +0800 > When changing dev tx_queue_len via netlink or net-sysfs, > a NETDEV_CHANGE_TX_QUEUE_LEN event notification will be > called. > > But dev_ioctl missed this event notification, which could > cause no userspace notification would be sent. > >

[PATCH net] dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification

2017-10-16 Thread Xin Long
When changing dev tx_queue_len via netlink or net-sysfs, a NETDEV_CHANGE_TX_QUEUE_LEN event notification will be called. But dev_ioctl missed this event notification, which could cause no userspace notification would be sent. Signed-off-by: Xin Long --- net/core/dev_ioctl.c | 13 -