Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/62426 _apply issues_ Submitter: Viacheslav Ovsiienko Date: 2019-11-05 08:01:39 Reply_mail: 1572940915-29416-5-git-send-email-viacheslavo@mellanox.com DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: e71ae0791749b393902694f23ece4420cd5fdde7 Repo:dpdk, CommitID: 38383890b21f995c3dafa177298d744e1db0be84 Apply patchset failed, the failed patch is: http://dpdk.org/patch/62420 *Repo: dpdk flow->queue = (void *)(flow + 1); LIST_INIT(&flow->dev_flows); if (rss && rss->types) { unsigned int graph_root; error: patch failed: drivers/net/mlx5/mlx5_flow.c:2815 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.h... Hunk #1 succeeded at 363 (offset -54 lines). Hunk #2 succeeded at 381 (offset -54 lines). Hunk #3 succeeded at 407 (offset -54 lines). -- /**< Bit-fields of detected actions, see MLX5_FLOW_ACTION_*. */ union { #ifdef HAVE_IBV_FLOW_DV_SUPPORT struct mlx5_flow_dv dv; error: patch failed: drivers/net/mlx5/mlx5_flow.h:473 error: drivers/net/mlx5/mlx5_flow.h: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_dv.c... Hunk #1 succeeded at 1434 (offset -149 lines). Hunk #2 succeeded at 2595 (offset -149 lines). Hunk #3 succeeded at 3903 (offset -162 lines). -- if (flow->transfer) { dv->actions[n++] = priv->sh->esw_drop_action; } else { dv->hrxq = mlx5_hrxq_drop_new(dev); error: patch failed: drivers/net/mlx5/mlx5_flow_dv.c:6242 error: drivers/net/mlx5/mlx5_flow_dv.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow_verbs.c... Hunk #4 succeeded at 1489 (offset 1 line). Hunk #5 succeeded at 1501 (offset 1 line). Hunk #6 succeeded at 1513 (offset 1 line). DPDK STV team