net: add CONFIG_DEBUG_NET
authorEric Dumazet <edumazet@google.com>
Tue, 10 May 2022 03:57:38 +0000 (20:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 May 2022 11:43:10 +0000 (12:43 +0100)
commitd268c1f5cfc92eb5bb605f7365769aacd93be234
tree42771345e642844fb0dc5fb55e2a3e755994112c
parent5b87be9e4978fe507c7e14c0bdff147d10d39aec
net: add CONFIG_DEBUG_NET

This config option enables network debugging checks.

This patch adds DEBUG_NET_WARN_ON_ONCE(cond)
Note that this is not a replacement for WARN_ON_ONCE(cond)
as (cond) is not evaluated if CONFIG_DEBUG_NET is not set.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/net_debug.h
net/Kconfig.debug