Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65300 _apply issues_ Submitter: Matan Azrad Date: 2020-01-29 10:09:09 Reply_mail: 1580292549-27439-14-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 -- Checking patch drivers/vdpa/mlx5/Makefile... error: while searching for: CFLAGS += $(WERROR_FLAGS) CFLAGS += -Wno-strict-prototypes LDLIBS += -lrte_common_mlx5 LDLIBS += -lrte_eal -lrte_vhost -lrte_kvargs -lrte_bus_pci -lrte_sched # A few warnings cannot be avoided in external headers. CFLAGS += -Wno-error=cast-qual error: patch failed: drivers/vdpa/mlx5/Makefile:29 error: drivers/vdpa/mlx5/Makefile: patch does not apply Checking patch drivers/vdpa/mlx5/meson.build... error: while searching for: fmt_name = 'mlx5_vdpa' -- deps += ['hash', 'common_mlx5', 'vhost', 'bus_pci', 'eal', 'sched'] sources = files( 'mlx5_vdpa.c', 'mlx5_vdpa_mem.c', 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: /* SPDX-License-Identifier: BSD-3-Clause * Copyright 2019 Mellanox Technologies, Ltd -- #include #include "mlx5_vdpa_utils.h" #include "mlx5_vdpa.h" error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:1 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply *Repo: dpdk Checking patch drivers/vdpa/mlx5/Makefile... error: while searching for: CFLAGS += $(WERROR_FLAGS) CFLAGS += -Wno-strict-prototypes LDLIBS += -lrte_common_mlx5 LDLIBS += -lrte_eal -lrte_vhost -lrte_kvargs -lrte_bus_pci -lrte_sched # A few warnings cannot be avoided in external headers. CFLAGS += -Wno-error=cast-qual error: patch failed: drivers/vdpa/mlx5/Makefile:29 error: drivers/vdpa/mlx5/Makefile: patch does not apply Checking patch drivers/vdpa/mlx5/meson.build... error: while searching for: fmt_name = 'mlx5_vdpa' -- deps += ['hash', 'common_mlx5', 'vhost', 'bus_pci', 'eal', 'sched'] sources = files( 'mlx5_vdpa.c', 'mlx5_vdpa_mem.c', 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: /* SPDX-License-Identifier: BSD-3-Clause * Copyright 2019 Mellanox Technologies, Ltd -- #include #include "mlx5_vdpa_utils.h" #include "mlx5_vdpa.h" error: patch failed: drivers/vdpa/mlx5/mlx5_vdpa.c:1 error: drivers/vdpa/mlx5/mlx5_vdpa.c: patch does not apply DPDK STV team