net: Allow filtering on debug traces in the net subsystem
Add several levels of DEBUG prints so that you can limit the noise to
the severety of your problem.
DEBUG_LL_STATE = Link local state machine changes
DEBUG_DEV_PKT = Packets or info directed to the device
DEBUG_NET_PKT = Packets on info on the network at large
DEBUG_INT_STATE = Internal network state changes
Signed-off-by:
Joe Hershberger <joe.hershberger@ni.com>
Showing
- drivers/net/netconsole.c 4 additions, 0 deletionsdrivers/net/netconsole.c
- include/common.h 7 additions, 7 deletionsinclude/common.h
- include/net.h 5 additions, 0 deletionsinclude/net.h
- net/arp.c 5 additions, 4 deletionsnet/arp.c
- net/link_local.c 14 additions, 12 deletionsnet/link_local.c
- net/net.c 29 additions, 11 deletionsnet/net.c
- net/ping.c 2 additions, 2 deletionsnet/ping.c
- net/rarp.c 2 additions, 2 deletionsnet/rarp.c
Loading
Please register or sign in to comment