Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/67473 _apply issues_ Submitter: Matan Azrad Date: 2020-03-31 11:12:22 Reply_mail: 1585653143-21987-3-git-send-email-matan@mellanox.com DPDK git baseline: Repo:dpdk-next-virtio, CommitID: 545cd4f422ecc60e0470d0576deb29291f0ff9b9 Repo:dpdk, CommitID: 5f60d38b5a22808a7dd46a16572c4374ebae86a3 *Repo: dpdk-next-virtio struct mlx5_devx_virtq_attr attr = {0}; uint64_t features; int ret = rte_vhost_get_negotiated_features(priv->vid, &features); int i; error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_lm.c:91 error: drivers/vdpa/mlx5/mlx5_vdpa_lm.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_virtq.c... Hunk #1 succeeded at 125 (offset 13 lines). *Repo: dpdk struct mlx5_devx_virtq_attr attr = {0}; uint64_t features; int ret = rte_vhost_get_negotiated_features(priv->vid, &features); int i; error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_lm.c:91 error: drivers/vdpa/mlx5/mlx5_vdpa_lm.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_virtq.c... Hunk #1 succeeded at 125 (offset 13 lines). DPDK STV team