* [dpdk-test-report] |WARNING| pw49403 [v4, 3/3] net/mlx5: support flow counters using devx
[not found] <1546527981-23028-4-git-send-email-motih@mellanox.com>
@ 2019-01-03 15:06 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-01-03 15:06 UTC (permalink / raw)
To: test-report; +Cc: Mordechay Haimovsky
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@mellanox.com>'
total: 0 errors, 1 warnings, 2 checks, 622 lines checked
^ permalink raw reply [flat|nested] only message in thread