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 ec4bcb7 commit 84e4582Copy full SHA for 84e4582
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
@@ -559,6 +559,9 @@ hws_definer_conv_outer(struct mlx5hws_definer_conv_data *cd,
559
HWS_SET_HDR(fc, match_param, IP_PROTOCOL_O,
560
outer_headers.ip_protocol,
561
eth_l3_outer.protocol_next_header);
562
+ HWS_SET_HDR(fc, match_param, IP_VERSION_O,
563
+ outer_headers.ip_version,
564
+ eth_l3_outer.ip_version);
565
HWS_SET_HDR(fc, match_param, IP_TTL_O,
566
outer_headers.ttl_hoplimit,
567
eth_l3_outer.time_to_live_hop_limit);
0 commit comments