]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ice: flower: validate encapsulation control flags
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>
Sun, 9 Jun 2024 17:33:55 +0000 (17:33 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 13 Jun 2024 00:56:01 +0000 (17:56 -0700)
commit5a1b015d521d7e8d7e343c04a292151ad5de3611
tree593885f0ed6e4f1c1f436982f20de896d09d509d
parent34cdd984782039c924b0476893202b37f6e74742
ice: flower: validate encapsulation control flags

Encapsulation control flags are currently not used anywhere,
so all flags are currently unsupported by all drivers.

This patch adds validation of this assumption, so that
encapsulation flags may be used in the future.

In case any encapsulation control flags are masked,
flow_rule_match_has_enc_control_flags() sets a NL extended
error message, and we return -EOPNOTSUPP.

Only compile tested.

Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Reviewed-by: Marcin Szycik <marcin.szycik@linux.intel.com>
Reviewed-by: Davide Caratti <dcaratti@redhat.com>
Link: https://lore.kernel.org/r/20240609173358.193178-6-ast@fiberby.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/ice/ice_tc_lib.c