commit | 823038ca030e9f8283518b1e6a5a6879edcbe057 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Oct 16 19:43:15 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 16 21:23:10 2017 +0100 |
tree | 0ea32fc3e9ca2f86980d357a14d87478c10bbf18 | |
parent | c019b5166e11faaf9ed3b64316ed338eaa19de60 [diff] |
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>