netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N
@ 2019-09-25 15:02 Paul Blakey
  2019-09-27 18:08 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Blakey @ 2019-09-25 15:02 UTC (permalink / raw)
  To: Pravin Shelar, Daniel Borkmann, Jakub Kicinski, Vlad Buslov,
	David Miller, netdev, Jiri Pirko, Cong Wang, Jamal Hadi Salim,
	Simon Horman, Or Gerlitz
  Cc: Paul Blakey

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net v2] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N
  2019-09-25 15:02 [PATCH net v2] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N Paul Blakey
@ 2019-09-27 18:08 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-09-27 18:08 UTC (permalink / raw)
  To: paulb
  Cc: pshelar, daniel, jakub.kicinski, vladbu, netdev, jiri,
	xiyou.wangcong, jhs, simon.horman, gerlitz.or

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-27 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 15:02 [PATCH net v2] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N Paul Blakey
2019-09-27 18:08 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).