Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65295 _apply issues_ Submitter: Matan Azrad Date: 2020-01-29 10:09:03 Reply_mail: 1580292549-27439-8-git-send-email-matan@mellanox.com DPDK git baseline: Repo:dpdk-next-net, CommitID: ef6c28671b5670dd0499a4b2220ec095813e7fe1 Repo:dpdk, CommitID: 914397d6c1141235b48ca60249221976e9e08feb *Repo: dpdk-next-net Author: Manish Chopra Date: Thu Feb 6 12:01:46 2020 -0800 net/qede: do not stop vport if not started Stopping an already disabled vport leads to firmware assert. Stop the vport only if it was started. Fixes: 2ea6f76aff40 ("qede: add core driver") Cc: stable@dpdk.org Signed-off-by: Manish Chopra -- #include #include #include error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:1 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: while searching for: #ifndef RTE_PMD_MLX5_VDPA_H_ #define RTE_PMD_MLX5_VDPA_H_ #include #include error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.h:5 error: drivers/vdpa/mlx5/mlx5_vdpa.h: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_virtq.c... error: while searching for: claim_zero(mlx5_devx_cmd_destroy(priv->td)); priv->td = NULL; } } static uint64_t error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_virtq.c:57 error: drivers/vdpa/mlx5/mlx5_vdpa_virtq.c: patch does not apply *Repo: dpdk #include #include #include error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:1 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: while searching for: #ifndef RTE_PMD_MLX5_VDPA_H_ #define RTE_PMD_MLX5_VDPA_H_ #include #include error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.h:5 error: drivers/vdpa/mlx5/mlx5_vdpa.h: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_virtq.c... error: while searching for: claim_zero(mlx5_devx_cmd_destroy(priv->td)); priv->td = NULL; } } static uint64_t error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa_virtq.c:57 error: drivers/vdpa/mlx5/mlx5_vdpa_virtq.c: patch does not apply DPDK STV team