[dpdk-test-report] |FAILURE| pw55748[v6, 2/2] net/mlx5: remove TCF support from PMD

sys_stv at intel.com sys_stv at intel.com
Tue Jul 2 06:56:56 CEST 2019


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/55748

_apply issues_

Submitter: Moti Haimovsky <motih at mellanox.com>
Date: 2019-07-01 09:34:22
Reply_mail: 48a5bdc67311ac6ec72de7fb54b3cb99baf52a1e.1561973011.git.motih at mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: daf25468d5ca46e876575345584da53858fc1192

*Repo: dpdk-next-net-mlx

SRCS-$(CONFIG_RTE_LIBRTE_MLX5_PMD) += mlx5_flow_tcf.c
SRCS-$(CONFIG_RTE_LIBRTE_MLX5_PMD) += mlx5_flow_verbs.c
SRCS-$(CONFIG_RTE_LIBRTE_MLX5_PMD) += mlx5_mp.c
SRCS-$(CONFIG_RTE_LIBRTE_MLX5_PMD) += mlx5_nl.c

error: patch failed: drivers/net/mlx5/Makefile:32
error: drivers/net/mlx5/Makefile: patch does not apply
Checking patch drivers/net/mlx5/meson.build...
error: while searching for:
		'-DMLX5_GLUE_VERSION="@0@"'.format(LIB_GLUE_VERSION),
	]
--
libnames = [ 'mnl', 'mlx5', 'ibverbs' ]
libs = []
build = true
foreach libname:libnames

error: patch failed: drivers/net/mlx5/meson.build:13
error: drivers/net/mlx5/meson.build: patch does not apply
Checking patch drivers/net/mlx5/mlx5.c...
error: while searching for:
		close(priv->nl_socket_route);
	if (priv->nl_socket_rdma >= 0)
--
		mlx5_flow_tcf_context_destroy(priv->tcf_context);
	if (priv->sh) {
		/*
		 * Free the shared context in last turn, because the cleanup

error: patch failed: drivers/net/mlx5/mlx5.c:690
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
error: while searching for:
	struct mlx5_rxq_ibv *rxq; /* Verbs Rx queue. */
};
--

/* Per port data of shared IB device. */
struct mlx5_ibv_shared_port {
	uint32_t ih_port_id;

error: patch failed: drivers/net/mlx5/mlx5.h:247
error: drivers/net/mlx5/mlx5.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.c...
error: while searching for:
#ifdef HAVE_IBV_FLOW_DV_SUPPORT
extern const struct mlx5_flow_driver_ops mlx5_flow_dv_drv_ops;
--
extern const struct mlx5_flow_driver_ops mlx5_flow_tcf_drv_ops;
extern const struct mlx5_flow_driver_ops mlx5_flow_verbs_drv_ops;

const struct mlx5_flow_driver_ops mlx5_flow_null_drv_ops;

error: patch failed: drivers/net/mlx5/mlx5_flow.c:42
error: drivers/net/mlx5/mlx5_flow.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow.h...
error: while searching for:
enum mlx5_flow_drv_type {
	MLX5_FLOW_TYPE_MIN,
--
	MLX5_FLOW_TYPE_TCF,
	MLX5_FLOW_TYPE_VERBS,
	MLX5_FLOW_TYPE_MAX,
};

error: patch failed: drivers/net/mlx5/mlx5_flow.h:188
error: drivers/net/mlx5/mlx5_flow.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_flow_tcf.c...
error: drivers/net/mlx5/mlx5_flow_tcf.c: No such file or directory
Checking patch mk/rte.app.mk...
error: while searching for:
--
_LDLIBS-$(CONFIG_RTE_LIBRTE_MLX5_PMD)       += -lrte_pmd_mlx5 -lmnl
ifeq ($(CONFIG_RTE_IBVERBS_LINK_DLOPEN),y)
_LDLIBS-$(CONFIG_RTE_LIBRTE_MLX4_PMD)       += -ldl
_LDLIBS-$(CONFIG_RTE_LIBRTE_MLX5_PMD)       += -ldl

error: patch failed: mk/rte.app.mk:179
error: mk/rte.app.mk: patch does not apply

DPDK STV team


More information about the test-report mailing list