net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N
authorPaul Blakey <paulb@mellanox.com>
Wed, 25 Sep 2019 15:02:35 +0000 (18:02 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Sep 2019 18:08:28 +0000 (20:08 +0200)
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 <paulb@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/Kconfig

index 5b044ae6dc1e6f2ef053237e76456d41de7c7174..2985509147a228e95e8cc3cc07e3b64920a50b7c 100644 (file)
@@ -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