]> git.ipfire.org Git - thirdparty/linux.git/commit
flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>
Sat, 13 Jul 2024 02:19:08 +0000 (02:19 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 15 Jul 2024 16:14:39 +0000 (09:14 -0700)
commitdb5271d50ec155abf287a27fa84e2e33a81dbd55
tree98eca1682fcdebd2721e7d02cc646926408c9e3a
parent880a51a8ab8cbdeb9c2d35a5147d30b7fc0893e4
flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS

Now that TCA_FLOWER_KEY_ENC_FLAGS is unused, as it's
former data is stored behind TCA_FLOWER_KEY_ENC_CONTROL,
then remove the last bits of FLOW_DISSECTOR_KEY_ENC_FLAGS.

FLOW_DISSECTOR_KEY_ENC_FLAGS is unreleased, and have been
in net-next since 2024-06-04.

Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Tested-by: Davide Caratti <dcaratti@redhat.com>
Reviewed-by: Davide Caratti <dcaratti@redhat.com>
Link: https://patch.msgid.link/20240713021911.1631517-12-ast@fiberby.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/flow_dissector.h
include/net/ip_tunnels.h
net/core/flow_dissector.c
net/sched/cls_flower.c