OpenCloudOS-Kernel/drivers/net/ethernet/intel/igbvf
Florian Fainelli 12299132b3 net: ethernet: intel: Demote MTU change prints to debug
Changing a network device MTU can be a fairly frequent operation, and
failure to change the MTU is reflected to user-space properly, both by
an appropriate message as well as by looking at whether the device's MTU
matches the configuration.

Demote the prints to debug prints by using netdev_dbg(), making all
Intel wired LAN drivers consistent, since they used a mixture of PCI
device and network device prints before.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-07 20:01:14 -08:00
..
Makefile net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
defines.h net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
ethtool.c net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
igbvf.h net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
mbx.c igbvf: Replace spin_is_locked() with lockdep 2018-11-07 09:47:00 -08:00
mbx.h net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
netdev.c net: ethernet: intel: Demote MTU change prints to debug 2019-11-07 20:01:14 -08:00
regs.h net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
vf.c net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
vf.h net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00