Skip to content
Commit 823038ca authored by Xin Long's avatar Xin Long Committed by David S. Miller
Browse files

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: default avatarXin Long <lucien.xin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c019b516
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment