diff mbox series

[net-next] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N

Message ID 1569414509-22445-1-git-send-email-paulb@mellanox.com
State Superseded
Delegated to: David Miller
Headers show
Series [net-next] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N | expand

Commit Message

Paul Blakey Sept. 25, 2019, 12:28 p.m. UTC
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>
---
 net/sched/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Sept. 25, 2019, 2:17 p.m. UTC | #1
From: Paul Blakey <paulb@mellanox.com>
Date: Wed, 25 Sep 2019 15:28:29 +0300

> 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>

net-next is not an appropriate target tree
diff mbox series

Patch

diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index b3faafe..4bb10b7 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