Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Blakey and committed by
David S. Miller
dfe5999d dac91170

-1
-1
net/sched/Kconfig
··· 966 966 config NET_TC_SKB_EXT 967 967 bool "TC recirculation support" 968 968 depends on NET_CLS_ACT 969 - default y if NET_CLS_ACT 970 969 select SKB_EXTENSIONS 971 970 972 971 help