Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/72251 _apply issues_ Submitter: Maxime Coquelin Date: 2020-06-26 14:04:32 Reply_mail: 20200626140441.1441763-6-maxime.coquelin@redhat.com DPDK git baseline: Repo:dpdk-next-virtio, CommitID: 4a756a8c2f9dbf1f43e2638028931331e2a617eb Repo:dpdk, CommitID: 6248368a9ae1eadf6b7fb05ab37497afdb714429 Apply patchset failed, the failed patch is: http://dpdk.org/patch/72249 * Repo: dpdk internal->did = rte_vdpa_register_device(&pci_dev->device, &ifcvf_ops); if (internal->did < 0) { DRV_LOG(ERR, "failed to register device %s", pci_dev->name); goto error; } error: patch failed: drivers/vdpa/ifc/ifcvf_vdpa.c:1186 error: drivers/vdpa/ifc/ifcvf_vdpa.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.c... Hunk #1 succeeded at 39 (offset -11 lines). -- mlx5_vdpa_direct_db_prepare(priv) || mlx5_vdpa_virtqs_prepare(priv) || mlx5_vdpa_steer_setup(priv) || error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:325 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: while searching for: -- struct ibv_context *ctx; /* Device context. */ struct rte_pci_device *pci_dev; error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.h:103 error: drivers/vdpa/mlx5/mlx5_vdpa.h: patch does not apply Checking patch examples/vdpa/main.c... Hunk #1 succeeded at 278 (offset -13 lines). -- * A vDPA device statistic structure * error: patch failed: lib/librte_vhost/rte_vdpa.h:21 error: lib/librte_vhost/rte_vdpa.h: patch does not apply Checking patch lib/librte_vhost/socket.c... Checking patch lib/librte_vhost/vdpa.c... -- int rte_vdpa_find_device_id(struct rte_vdpa_device *dev) error: patch failed: lib/librte_vhost/vdpa.c:18 error: lib/librte_vhost/vdpa.c: patch does not apply DPDK STV team