We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a002602 commit b5e3c76Copy full SHA for b5e3c76
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
@@ -785,6 +785,9 @@ hws_definer_conv_outer(struct mlx5hws_definer_conv_data *cd,
785
HWS_SET_HDR(fc, match_param, IP_PROTOCOL_O,
786
outer_headers.ip_protocol,
787
eth_l3_outer.protocol_next_header);
788
+ HWS_SET_HDR(fc, match_param, IP_VERSION_O,
789
+ outer_headers.ip_version,
790
+ eth_l3_outer.ip_version);
791
HWS_SET_HDR(fc, match_param, IP_TTL_O,
792
outer_headers.ttl_hoplimit,
793
eth_l3_outer.time_to_live_hop_limit);
0 commit comments