]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/netdevice.h
net: print net_device reg_state in netdev_* unless it's registered
authorVeaceslav Falico <vfalico@gmail.com>
Thu, 17 Jul 2014 17:46:10 +0000 (19:46 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jul 2014 03:38:43 +0000 (20:38 -0700)
commitccc7f4968a18b980994e622006b84e0195754390
tree92c83d2cbb4ff1a24b21295853f3c5008d1d0158
parentc6f854d57d704a97adbf952ef0948acc68f3312c
net: print net_device reg_state in netdev_* unless it's registered

This way we'll always know in what status the device is, unless it's
running normally (i.e. NETDEV_REGISTERED).

Also, emit a warning once in case of a bad reg_state.

CC: "David S. Miller" <davem@davemloft.net>
CC: Jason Baron <jbaron@akamai.com>
CC: Eric Dumazet <edumazet@google.com>
CC: Vlad Yasevich <vyasevic@redhat.com>
CC: stephen hemminger <stephen@networkplumber.org>
CC: Jerry Chu <hkchu@google.com>
CC: Ben Hutchings <bhutchings@solarflare.com>
CC: Joe Perches <joe@perches.com>
Signed-off-by: Veaceslav Falico <vfalico@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
lib/dynamic_debug.c
net/core/dev.c