Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/67475 _apply issues_ Submitter: Matan Azrad Date: 2020-03-31 11:12:23 Reply_mail: 1585653143-21987-4-git-send-email-matan@mellanox.com DPDK git baseline: Repo:dpdk-next-virtio, CommitID: 545cd4f422ecc60e0470d0576deb29291f0ff9b9 Repo:dpdk, CommitID: 5f60d38b5a22808a7dd46a16572c4374ebae86a3 *Repo: dpdk-next-virtio return mlx5_vdpa_virtq_enable(&priv->virtqs[vring], state); } static int error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:121 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: while searching for: struct mlx5_vdpa_virtq virtqs[]; }; /** * Release all the prepared memory regions and all their related resources. * error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.h:127 error: drivers/vdpa/mlx5/mlx5_vdpa.h: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_lm.c... error: while searching for: for (i = 0; i < priv->nr_virtqs; ++i) { -- if (mlx5_devx_cmd_modify_virtq(priv->virtqs[i].virtq, &attr)) { DRV_LOG(ERR, "Failed to modify virtq %d logging.", i); return -1; } error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_lm.c:19 error: drivers/vdpa/mlx5/mlx5_vdpa_lm.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_steer.c... error: while searching for: + rqt_n * sizeof(uint32_t), 0); -- int ret = 0; if (!attr) { DRV_LOG(ERR, "Failed to allocate RQT attributes memory."); error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:83 error: drivers/vdpa/mlx5/mlx5_vdpa_steer.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_virtq.c... error: while searching for: usleep(MLX5_VDPA_INTR_RETRIES_USEC); } -- claim_zero(mlx5_devx_cmd_destroy(virtq->virtq)); for (i = 0; i < RTE_DIM(virtq->umems); ++i) { if (virtq->umems[i].obj) claim_zero(mlx5_glue->devx_umem_dereg error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_virtq.c:59 error: drivers/vdpa/mlx5/mlx5_vdpa_virtq.c: patch does not apply *Repo: dpdk return mlx5_vdpa_virtq_enable(&priv->virtqs[vring], state); } static int error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:121 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: while searching for: struct mlx5_vdpa_virtq virtqs[]; }; /** * Release all the prepared memory regions and all their related resources. * error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.h:127 error: drivers/vdpa/mlx5/mlx5_vdpa.h: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_lm.c... error: while searching for: for (i = 0; i < priv->nr_virtqs; ++i) { -- if (mlx5_devx_cmd_modify_virtq(priv->virtqs[i].virtq, &attr)) { DRV_LOG(ERR, "Failed to modify virtq %d logging.", i); return -1; } error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_lm.c:19 error: drivers/vdpa/mlx5/mlx5_vdpa_lm.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_steer.c... error: while searching for: + rqt_n * sizeof(uint32_t), 0); -- int ret = 0; if (!attr) { DRV_LOG(ERR, "Failed to allocate RQT attributes memory."); error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:83 error: drivers/vdpa/mlx5/mlx5_vdpa_steer.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_virtq.c... error: while searching for: usleep(MLX5_VDPA_INTR_RETRIES_USEC); } -- claim_zero(mlx5_devx_cmd_destroy(virtq->virtq)); for (i = 0; i < RTE_DIM(virtq->umems); ++i) { if (virtq->umems[i].obj) claim_zero(mlx5_glue->devx_umem_dereg error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_virtq.c:59 error: drivers/vdpa/mlx5/mlx5_vdpa_virtq.c: patch does not apply DPDK STV team