net/mlx5: support IPv4 time-to-live filter

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
This commit is contained in:
Nélio Laranjeiro 2018-01-23 09:05:10 +01:00 committed by Ferruh Yigit
parent 537e168450
commit 0fb2c9842b

View File

@ -353,6 +353,7 @@ static const struct mlx5_flow_items mlx5_flow_items[] = {
.dst_addr = -1,
.type_of_service = -1,
.next_proto_id = -1,
.time_to_live = -1,
},
},
.default_mask = &rte_flow_item_ipv4_mask,