Skip to content
Commit 1adb5844 authored by wenxu's avatar wenxu Committed by Greg Kroah-Hartman
Browse files

net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_meta

commit e3e0f9b2 upstream.

In the nft_offload there is the mate flow_dissector with no
ingress_ifindex but with ingress_iftype that only be used
in the software. So if the mask of ingress_ifindex in meta is
0, this meta check should be bypass.

Fixes: 6d65bc64

 ("net/mlx5e: Add mlx5e_flower_parse_meta support")
Signed-off-by: default avatarwenxu <wenxu@ucloud.cn>
Acked-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cfe9101a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment