Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 604ae14f authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by David S. Miller
Browse files

net: Change netdev_fix_features messages loglevel



Cool, how about we make 'Features changed' debug as well?
This way userspace can't fill up the log just by tweaking tun features
with an ioctl.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b9eb8b87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5258,7 +5258,7 @@ void netdev_update_features(struct net_device *dev)
	if (dev->features == features)
		return;

	netdev_info(dev, "Features changed: 0x%08x -> 0x%08x\n",
	netdev_dbg(dev, "Features changed: 0x%08x -> 0x%08x\n",
		dev->features, features);

	if (dev->netdev_ops->ndo_set_features)