git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
537e168
)
net/mlx5: support IPv4 time-to-live filter
author
Nélio Laranjeiro
<nelio.laranjeiro@6wind.com>
Tue, 23 Jan 2018 08:05:10 +0000
(09:05 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Mon, 29 Jan 2018 09:04:28 +0000
(10:04 +0100)
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
drivers/net/mlx5/mlx5_flow.c
patch
|
blob
|
history
diff --git
a/drivers/net/mlx5/mlx5_flow.c
b/drivers/net/mlx5/mlx5_flow.c
index
444b7df
..
bf8eff8
100644
(file)
--- a/
drivers/net/mlx5/mlx5_flow.c
+++ b/
drivers/net/mlx5/mlx5_flow.c
@@
-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,