[dpdk-test-report] |FAILURE| pw65907[1/2] net/mlx5: fix wrong layer validation with decapsulation

sys_stv at intel.com sys_stv at intel.com
Mon Feb 24 23:07:27 CET 2020


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

_apply issues_

Submitter: Suanming Mou <suanmingm at mellanox.com>
Date: 2020-02-19 14:26:19
Reply_mail: 1582122380-54467-2-git-send-email-suanmingm at mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240
	Repo:dpdk, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240

*Repo: dpdk-next-net-mlx
ret = flow_dv_validate_action_modify_hdr(action_flags, action, error);
	if (!ret) {
		if (!(item_flags & MLX5_FLOW_LAYER_L3_IPV4))
			return rte_flow_error_set(error, EINVAL,
						  RTE_FLOW_ERROR_TYPE_ACTION,
						  NULL,

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:3096
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk
ret = flow_dv_validate_action_modify_hdr(action_flags, action, error);
	if (!ret) {
		if (!(item_flags & MLX5_FLOW_LAYER_L3_IPV4))
			return rte_flow_error_set(error, EINVAL,
						  RTE_FLOW_ERROR_TYPE_ACTION,
						  NULL,

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

DPDK STV team


More information about the test-report mailing list