Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/52301 _apply issues_ Submitter: Viacheslav Ovsiienko Date: 2019-04-04 13:04:24 Reply_mail: 1554383065-11151-2-git-send-email-viacheslavo@mellanox.com DPDK git baseline: Repo:dpdk-master, CommitID: 3ed37e09342cfe416eb2c930d960ba47143af697 Repo:dpdk-next-eventdev, CommitID: 7a1ccc24874e251957513aba0520500f873e276a Repo:dpdk-next-net, CommitID: f7b04ee9ec5c19644da2f459ead167718c5adcb1 Repo:dpdk-next-crypto, CommitID: 3331ddcd9a80379e59f5c29707f684735996a106 Repo:dpdk-next-virtio, CommitID: daf8de5c41dfbe40f354ff009f5791db348e0b09 *Repo: dpdk-master Checking patch drivers/net/mlx5/mlx5.c... error: while searching for: } /** * Initialize shared data between primary and secondary process. * * A memzone is reserved by primary process and secondary processes attach to error: patch failed: drivers/net/mlx5/mlx5.c:303 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... Hunk #1 succeeded at 213 (offset -40 lines). Hunk #2 succeeded at 238 (offset -49 lines). *Repo: dpdk-next-eventdev Checking patch drivers/net/mlx5/mlx5.c... error: while searching for: } /** * Initialize shared data between primary and secondary process. * * A memzone is reserved by primary process and secondary processes attach to error: patch failed: drivers/net/mlx5/mlx5.c:303 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... Hunk #1 succeeded at 213 (offset -40 lines). Hunk #2 succeeded at 238 (offset -49 lines). *Repo: dpdk-next-net Checking patch drivers/net/mlx5/mlx5.c... error: while searching for: priv->tcf_context = NULL; } } #ifdef HAVE_MLX5DV_DR priv->rx_ns = mlx5dv_dr_create_ns (sh->ctx, MLX5DV_DR_NS_DOMAIN_INGRESS_BYPASS); if (priv->rx_ns == NULL) { DRV_LOG(ERR, "mlx5dv_dr_create_ns failed"); err = errno; goto error; } priv->tx_ns = mlx5dv_dr_create_ns(sh->ctx, MLX5DV_DR_NS_DOMAIN_EGRESS_BYPASS); if (priv->tx_ns == NULL) { DRV_LOG(ERR, "mlx5dv_dr_create_ns failed"); err = errno; goto error; } #endif TAILQ_INIT(&priv->flows); TAILQ_INIT(&priv->ctrl_flows); /* Hint libmlx5 to use PMD allocator for data plane resources */ error: patch failed: drivers/net/mlx5/mlx5.c:1483 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... Hunk #2 succeeded at 278 (offset -9 lines). *Repo: dpdk-next-crypto Checking patch drivers/net/mlx5/mlx5.c... error: while searching for: } /** * Initialize shared data between primary and secondary process. * * A memzone is reserved by primary process and secondary processes attach to error: patch failed: drivers/net/mlx5/mlx5.c:303 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... Hunk #1 succeeded at 213 (offset -40 lines). Hunk #2 succeeded at 238 (offset -49 lines). *Repo: dpdk-next-virtio Checking patch drivers/net/mlx5/mlx5.c... error: while searching for: } /** * Initialize shared data between primary and secondary process. * * A memzone is reserved by primary process and secondary processes attach to error: patch failed: drivers/net/mlx5/mlx5.c:303 error: drivers/net/mlx5/mlx5.c: patch does not apply Checking patch drivers/net/mlx5/mlx5.h... error: while searching for: char ibdev_name[IBV_SYSFS_NAME_MAX]; /* IB device name. */ char ibdev_path[IBV_SYSFS_PATH_MAX]; /* IB device path for secondary */ struct ibv_device_attr_ex device_attr; /* Device properties. */ pthread_mutex_t intr_mutex; /* Interrupt config mutex. */ uint32_t intr_cnt; /* Interrupt handler reference counter. */ struct rte_intr_handle intr_handle; /* Interrupt handler for device. */ error: patch failed: drivers/net/mlx5/mlx5.h:253 error: drivers/net/mlx5/mlx5.h: patch does not apply DPDK STV team