Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65293 _apply issues_ Submitter: Matan Azrad Date: 2020-01-29 10:09:01 Reply_mail: 1580292549-27439-6-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 -- /* Action type of header modification. */ enum { MLX5_MODIFICATION_TYPE_SET = 0x1, error: patch failed: drivers/common/mlx5/mlx5_prm.h:392 error: drivers/common/mlx5/mlx5_prm.h: patch does not apply Checking patch drivers/vdpa/mlx5/Makefile... error: while searching for: # Sources. SRCS-$(CONFIG_RTE_LIBRTE_MLX5_VDPA_PMD) += mlx5_vdpa.c SRCS-$(CONFIG_RTE_LIBRTE_MLX5_VDPA_PMD) += mlx5_vdpa_mem.c # Basic CFLAGS. CFLAGS += -O3 error: patch failed: drivers/vdpa/mlx5/Makefile:9 error: drivers/vdpa/mlx5/Makefile: patch does not apply Checking patch drivers/vdpa/mlx5/meson.build... error: while searching for: sources = files( 'mlx5_vdpa.c', 'mlx5_vdpa_mem.c', ) cflags_options = [ '-std=c11', error: patch failed: drivers/vdpa/mlx5/meson.build:13 error: drivers/vdpa/mlx5/meson.build: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: while searching for: #include -- #include struct mlx5_vdpa_query_mr { SLIST_ENTRY(mlx5_vdpa_query_mr) next; error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.h:9 error: drivers/vdpa/mlx5/mlx5_vdpa.h: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_event.c... error: drivers/vdpa/mlx5/mlx5_vdpa_event.c: already exists in working directory *Repo: dpdk /* Action type of header modification. */ enum { MLX5_MODIFICATION_TYPE_SET = 0x1, error: patch failed: drivers/common/mlx5/mlx5_prm.h:392 error: drivers/common/mlx5/mlx5_prm.h: patch does not apply Checking patch drivers/vdpa/mlx5/Makefile... error: while searching for: # Sources. SRCS-$(CONFIG_RTE_LIBRTE_MLX5_VDPA_PMD) += mlx5_vdpa.c SRCS-$(CONFIG_RTE_LIBRTE_MLX5_VDPA_PMD) += mlx5_vdpa_mem.c # Basic CFLAGS. CFLAGS += -O3 error: patch failed: drivers/vdpa/mlx5/Makefile:9 error: drivers/vdpa/mlx5/Makefile: patch does not apply Checking patch drivers/vdpa/mlx5/meson.build... error: while searching for: sources = files( 'mlx5_vdpa.c', 'mlx5_vdpa_mem.c', ) cflags_options = [ '-std=c11', error: patch failed: drivers/vdpa/mlx5/meson.build:13 error: drivers/vdpa/mlx5/meson.build: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa.h... error: while searching for: #include -- #include struct mlx5_vdpa_query_mr { SLIST_ENTRY(mlx5_vdpa_query_mr) next; error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.h:9 error: drivers/vdpa/mlx5/mlx5_vdpa.h: patch does not apply Checking patch drivers/vdpa/mlx5/mlx5_vdpa_event.c... error: drivers/vdpa/mlx5/mlx5_vdpa_event.c: already exists in working directory DPDK STV team