dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification
authorXin Long <lucien.xin@gmail.com>
Mon, 16 Oct 2017 11:43:15 +0000 (19:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Oct 2017 20:23:10 +0000 (21:23 +0100)
commit823038ca030e9f8283518b1e6a5a6879edcbe057
tree0ea32fc3e9ca2f86980d357a14d87478c10bbf18
parentc019b5166e11faaf9ed3b64316ed338eaa19de60
dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification

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 <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev_ioctl.c