diff options
author | Paul Blakey <paulb@mellanox.com> | 2019-09-25 18:02:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-27 21:08:28 +0300 |
commit | dfe5999dc03e321d08190772c98843284d5cf419 (patch) | |
tree | ac8bf4a5f9709c41c13d3a9371e53480835c734b | |
parent | dac91170f8e9c73784af5fad6225e954b795601c (diff) | |
download | linux-dfe5999dc03e321d08190772c98843284d5cf419.tar.xz |
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 <paulb@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/sched/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 5b044ae6dc1e..2985509147a2 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 |