[dpdk-test-report] |WARNING| pw49403 [v4, 3/3] net/mlx5: support flow counters using devx

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 3 16:06:47 CET 2019


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'typ' - possible side-effects?
#641: FILE: drivers/net/mlx5/mlx5_prm.h:396:
+#define MLX5_GET(typ, p, fld) \
+	((rte_be_to_cpu_32(*((__be32 *)(p) +\
+	__mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \
+	__mlx5_mask(typ, fld))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'fld' - possible side-effects?
#641: FILE: drivers/net/mlx5/mlx5_prm.h:396:
+#define MLX5_GET(typ, p, fld) \
+	((rte_be_to_cpu_32(*((__be32 *)(p) +\
+	__mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \
+	__mlx5_mask(typ, fld))

WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Mordechay Haimovsky <motih at mellanox.com>'

total: 0 errors, 1 warnings, 2 checks, 622 lines checked


More information about the test-report mailing list