Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65292 _apply issues_ Submitter: Matan Azrad Date: 2020-01-29 10:09:00 Reply_mail: 1580292549-27439-5-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 -- SRCS-$(CONFIG_RTE_LIBRTE_MLX5_VDPA_PMD) += mlx5_vdpa.c # Basic CFLAGS. CFLAGS += -O3 error: patch failed: drivers/vdpa/mlx5/Makefile:8 error: drivers/vdpa/mlx5/Makefile: patch does not apply Checking patch drivers/vdpa/mlx5/meson.build... error: while searching for: fmt_name = 'mlx5_vdpa' -- 'mlx5_vdpa.c', ) cflags_options = [ '-std=c11', error: patch failed: drivers/vdpa/mlx5/meson.build:9 error: drivers/vdpa/mlx5/meson.build: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.c... error: while searching for: #include #include -- #include #include #include error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:7 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: drivers/vdpa/mlx5/mlx5_vdpa.h: already exists in working directory Checking patch drivers/vdpa/mlx5/mlx5_vdpa_mem.c... error: drivers/vdpa/mlx5/mlx5_vdpa_mem.c: already exists in working directory *Repo: dpdk SRCS-$(CONFIG_RTE_LIBRTE_MLX5_VDPA_PMD) += mlx5_vdpa.c # Basic CFLAGS. CFLAGS += -O3 error: patch failed: drivers/vdpa/mlx5/Makefile:8 error: drivers/vdpa/mlx5/Makefile: patch does not apply Checking patch drivers/vdpa/mlx5/meson.build... error: while searching for: fmt_name = 'mlx5_vdpa' -- 'mlx5_vdpa.c', ) cflags_options = [ '-std=c11', error: patch failed: drivers/vdpa/mlx5/meson.build:9 error: drivers/vdpa/mlx5/meson.build: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.c... error: while searching for: #include #include -- #include #include #include error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:7 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: drivers/vdpa/mlx5/mlx5_vdpa.h: already exists in working directory Checking patch drivers/vdpa/mlx5/mlx5_vdpa_mem.c... error: drivers/vdpa/mlx5/mlx5_vdpa_mem.c: already exists in working directory DPDK STV team