commit | a51486266c3ba8e035a47fa96df67f274fe0c7d0 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Sat Jun 15 11:03:49 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 15 14:06:13 2019 -0700 |
tree | 2d0cd2c81384ecf30958dc563d8ebacb4bbc0816 | |
parent | 9d9f3fba4c46a88d51cd3be580419b52e0d74c6d [diff] |
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>