[dpdk-test-report] |FAILURE| pw65374[v5, 2/5] net/mlx4: use mlx4 debug flag instead of NDEBUG

sys_stv at intel.com sys_stv at intel.com
Tue Feb 18 03:05:51 CET 2020


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

_apply issues_

Submitter: Alexander Kozyrev <akozyrev at mellanox.com>
Date: 2020-01-30 16:14:37
Reply_mail: 1580400880-96628-3-git-send-email-akozyrev at mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net-mlx, CommitID: 914397d6c1141235b48ca60249221976e9e08feb
	Repo:dpdk, CommitID: bc3282125b72ccfe8641f0826955a384f40ca775

*Repo: dpdk-next-net-mlx
CFLAGS += -DNDEBUG -UPEDANTIC
endif

include $(RTE_SDK)/mk/rte.lib.mk

error: patch failed: drivers/net/mlx4/Makefile:65
error: drivers/net/mlx4/Makefile: patch does not apply
Checking patch drivers/net/mlx4/meson.build...
error: while searching for:
		endif
	endforeach
--
		cflags += [ '-DNDEBUG', '-UPEDANTIC' ]
	endif
	# To maintain the compatibility with the make build system
	# mlx4_autoconf.h file is still generated.

error: patch failed: drivers/net/mlx4/meson.build:67
error: drivers/net/mlx4/meson.build: patch does not apply
Checking patch drivers/net/mlx4/mlx4.c...
error: while searching for:
		      (void *)dev, strerror(-ret));
		goto err;
--
#ifndef NDEBUG
	mlx4_mr_dump_dev(dev);
#endif
	ret = mlx4_rxq_intr_enable(priv);

error: patch failed: drivers/net/mlx4/mlx4.c:305
error: drivers/net/mlx4/mlx4.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_mr.c...
error: while searching for:
	memset(bt, 0, sizeof(*bt));
}
--
#ifndef NDEBUG
/**
 * Dump all the entries in a B-tree
 *

error: patch failed: drivers/net/mlx4/mlx4_mr.c:242
error: drivers/net/mlx4/mlx4_mr.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_rxtx.c...
error: while searching for:
		if (unlikely(!!(cqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK) ^
		    !!(cons_index & cq->cqe_cnt)))
--
#ifndef NDEBUG
		/*
		 * Make sure we read the CQE after we read the ownership bit.
		 */

error: patch failed: drivers/net/mlx4/mlx4_rxtx.c:321
error: drivers/net/mlx4/mlx4_rxtx.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_utils.h...
error: while searching for:

extern int mlx4_logtype;
--
 * When debugging is enabled (NDEBUG not defined), file, line and function
 * information replace the driver name (MLX4_DRIVER_NAME) in log messages.
 */


error: patch failed: drivers/net/mlx4/mlx4_utils.h:27
error: drivers/net/mlx4/mlx4_utils.h: patch does not apply
*Repo: dpdk
CFLAGS += -DNDEBUG -UPEDANTIC
endif

include $(RTE_SDK)/mk/rte.lib.mk

error: patch failed: drivers/net/mlx4/Makefile:65
error: drivers/net/mlx4/Makefile: patch does not apply
Checking patch drivers/net/mlx4/meson.build...
error: while searching for:
		endif
	endforeach
--
		cflags += [ '-DNDEBUG', '-UPEDANTIC' ]
	endif
	# To maintain the compatibility with the make build system
	# mlx4_autoconf.h file is still generated.

error: patch failed: drivers/net/mlx4/meson.build:67
error: drivers/net/mlx4/meson.build: patch does not apply
Checking patch drivers/net/mlx4/mlx4.c...
error: while searching for:
		      (void *)dev, strerror(-ret));
		goto err;
--
#ifndef NDEBUG
	mlx4_mr_dump_dev(dev);
#endif
	ret = mlx4_rxq_intr_enable(priv);

error: patch failed: drivers/net/mlx4/mlx4.c:305
error: drivers/net/mlx4/mlx4.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_mr.c...
error: while searching for:
	memset(bt, 0, sizeof(*bt));
}
--
#ifndef NDEBUG
/**
 * Dump all the entries in a B-tree
 *

error: patch failed: drivers/net/mlx4/mlx4_mr.c:242
error: drivers/net/mlx4/mlx4_mr.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_rxtx.c...
error: while searching for:
		if (unlikely(!!(cqe->owner_sr_opcode & MLX4_CQE_OWNER_MASK) ^
		    !!(cons_index & cq->cqe_cnt)))
--
#ifndef NDEBUG
		/*
		 * Make sure we read the CQE after we read the ownership bit.
		 */

error: patch failed: drivers/net/mlx4/mlx4_rxtx.c:321
error: drivers/net/mlx4/mlx4_rxtx.c: patch does not apply
Checking patch drivers/net/mlx4/mlx4_utils.h...
error: while searching for:

extern int mlx4_logtype;
--
 * When debugging is enabled (NDEBUG not defined), file, line and function
 * information replace the driver name (MLX4_DRIVER_NAME) in log messages.
 */


error: patch failed: drivers/net/mlx4/mlx4_utils.h:27
error: drivers/net/mlx4/mlx4_utils.h: patch does not apply

DPDK STV team


More information about the test-report mailing list