diff mbox series

[net,v2] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N

Message ID 1569423755-1544-1-git-send-email-paulb@mellanox.com
State Accepted
Delegated to: David Miller
Headers show
Series [net,v2] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N | expand

Commit Message

Paul Blakey Sept. 25, 2019, 3:02 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>
---
Changelog:
	v1->v2: Changed target to net.

 net/sched/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Sept. 27, 2019, 6:08 p.m. UTC | #1
From: Paul Blakey <paulb@mellanox.com>
Date: Wed, 25 Sep 2019 18:02:35 +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>

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