[dpdk-test-report] |WARNING| pw59708 [PATCH 10/12] net/mlx5: extend switch domain searching range

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 25 09:54:40 CEST 2019


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/59708

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'port_id' - possible side-effects?
#101: FILE: drivers/net/mlx5/mlx5.h:687:
+#define MLX5_ETH_FOREACH_DEV(port_id) \
+	for (port_id = mlx5_eth_find_next(0); \
+	     port_id < RTE_MAX_ETHPORTS; \
+	     port_id = mlx5_eth_find_next(port_id + 1))

total: 0 errors, 0 warnings, 1 checks, 156 lines checked


More information about the test-report mailing list