aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tc-testing/config
diff options
context:
space:
mode:
authorJiri Pirko <jiri@mellanox.com>2019-06-15 11:03:49 +0200
committerDavid S. Miller <davem@davemloft.net>2019-06-15 14:06:13 -0700
commita51486266c3ba8e035a47fa96df67f274fe0c7d0 (patch)
tree2d0cd2c81384ecf30958dc563d8ebacb4bbc0816 /tools/testing/selftests/tc-testing/config
parentr8169: improve handling of Abit Fatal1ty F-190HD (diff)
downloadlinux-dev-a51486266c3ba8e035a47fa96df67f274fe0c7d0.tar.xz
linux-dev-a51486266c3ba8e035a47fa96df67f274fe0c7d0.zip
net: sched: remove NET_CLS_IND config option
This config option makes only couple of lines optional. Two small helpers and an int in couple of cls structs. Remove the config option and always compile this in. This saves the user from unexpected surprises when he adds a filter with ingress device match which is silently ignored in case the config option is not set. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/tc-testing/config')
-rw-r--r--tools/testing/selftests/tc-testing/config1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config
index b235efd55367..1adc4f9bb795 100644
--- a/tools/testing/selftests/tc-testing/config
+++ b/tools/testing/selftests/tc-testing/config
@@ -45,5 +45,4 @@ CONFIG_NET_ACT_TUNNEL_KEY=m
CONFIG_NET_IFE_SKBMARK=m
CONFIG_NET_IFE_SKBPRIO=m
CONFIG_NET_IFE_SKBTCINDEX=m
-CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y