From: Hanoh Haim Date: Mon, 27 Feb 2017 11:59:24 +0000 (+0200) Subject: mlx5 OFED 4.0 fdir API is more sensetive X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=768b4f27f89fc4ed40c8588db3b3a751abf41d5e;p=trex.git mlx5 OFED 4.0 fdir API is more sensetive Signed-off-by: Hanoh Haim --- diff --git a/src/dpdk/drivers/net/mlx5/mlx5_fdir.c b/src/dpdk/drivers/net/mlx5/mlx5_fdir.c index 92a923d4..2f133e0d 100644 --- a/src/dpdk/drivers/net/mlx5/mlx5_fdir.c +++ b/src/dpdk/drivers/net/mlx5/mlx5_fdir.c @@ -332,7 +332,7 @@ priv_fdir_flow_add(struct priv *priv, #else // empty mask means "match everything". This rule will match all packets, no matter what is the ether type if (desc->ip_id == 2) { - spec_eth->val.ether_type = 0x0806; + spec_eth->val.ether_type = 0x0000; spec_eth->mask.ether_type = 0x0000; goto create_flow; }