[dpdk-test-report] |FAILURE| pw65874net/mlx5: fix flow match on GRE key

sys_stv at intel.com sys_stv at intel.com
Mon Feb 24 12:06:49 CET 2020


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/65874

_apply issues_

Submitter: Matan Azrad <matan at mellanox.com>
Date: 2020-02-18 14:45:20
Reply_mail: 1582037120-11735-1-git-send-email-matan at mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240
	Repo:dpdk, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240

*Repo: dpdk-next-net-mlx
MLX5_SET(fte_match_set_misc, misc_v, gre_k_present, 1);
	MLX5_SET(fte_match_set_misc, misc_m, gre_key_h,
		 rte_be_to_cpu_32(*key_m) >> 8);
	MLX5_SET(fte_match_set_misc, misc_v, gre_key_h,

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:5593
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk
MLX5_SET(fte_match_set_misc, misc_v, gre_k_present, 1);
	MLX5_SET(fte_match_set_misc, misc_m, gre_key_h,
		 rte_be_to_cpu_32(*key_m) >> 8);
	MLX5_SET(fte_match_set_misc, misc_v, gre_key_h,

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:5593
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply

DPDK STV team


More information about the test-report mailing list