From: Paul Blakey Date: Wed, 25 Sep 2019 15:02:35 +0000 (+0300) Subject: net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N X-Git-Tag: v5.15~5389^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfe5999dc03e321d08190772c98843284d5cf419;p=platform%2Fkernel%2Flinux-starfive.git net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N This a new feature, it is preferred that it defaults to N. We will probe the feature support from userspace before actually using it. Fixes: 95a7233c452a ('net: openvswitch: Set OvS recirc_id from tc chain index') Signed-off-by: Paul Blakey Signed-off-by: David S. Miller --- diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 5b044ae..2985509 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -966,7 +966,6 @@ config NET_IFE_SKBTCINDEX config NET_TC_SKB_EXT bool "TC recirculation support" depends on NET_CLS_ACT - default y if NET_CLS_ACT select SKB_EXTENSIONS help