[dpdk-test-report] |FAILURE| pw63849net/mlx5: avoid crash when meter action conf is NULL

sys_stv at intel.com sys_stv at intel.com
Thu Jan 23 18:05:09 CET 2020


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

_apply issues_

Submitter: Tonghao Zhang <xiangxia.m.yue at gmail.com>
Date: 2019-12-13 14:13:36
Reply_mail: 1576246416-31324-1-git-send-email-xiangxia.m.yue at gmail.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: 52f0e9c136d7f5acf8dd1991d9644ed0fa28888e
	Repo:dpdk, CommitID: c465e6b94be343303303f26b95f3c2ae4969063e

*Repo: dpdk-next-net-mlx
struct mlx5_flow_meter *fm = mlx5_flow_meter_find(priv, am->mtr_id);

	if (action_flags & MLX5_FLOW_ACTION_METER)
		return rte_flow_error_set(error, ENOTSUP,

error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:3402
error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply
*Repo: dpdk
struct mlx5_flow_meter *fm = mlx5_flow_meter_find(priv, am->mtr_id);

	if (action_flags & MLX5_FLOW_ACTION_METER)
		return rte_flow_error_set(error, ENOTSUP,

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

DPDK STV team


More information about the test-report mailing list