automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw69247 [PATCH v2 2/2] net/mlx5: support flow aging
       [not found] <20200424104548.12655-3-dongz@mellanox.com>
@ 2020-04-24 10:46 ` checkpatch
  2020-04-24 13:17 ` [dpdk-test-report] |SUCCESS| pw69247 " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-04-24 10:46 UTC (permalink / raw)
  To: test-report; +Cc: Bill Zhou

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'sh' - possible side-effects?
#779: FILE: drivers/net/mlx5/mlx5_flow.h:902:
+#define MLX5_CNT_CONTAINER(sh, batch, thread, age) (&(sh)->cmng.ccont \
+	[(((sh)->cmng.mhi[batch][age] >> (thread)) & 0x1) * 2 + (batch)][age])

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'batch' - possible side-effects?
#779: FILE: drivers/net/mlx5/mlx5_flow.h:902:
+#define MLX5_CNT_CONTAINER(sh, batch, thread, age) (&(sh)->cmng.ccont \
+	[(((sh)->cmng.mhi[batch][age] >> (thread)) & 0x1) * 2 + (batch)][age])

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'age' - possible side-effects?
#779: FILE: drivers/net/mlx5/mlx5_flow.h:902:
+#define MLX5_CNT_CONTAINER(sh, batch, thread, age) (&(sh)->cmng.ccont \
+	[(((sh)->cmng.mhi[batch][age] >> (thread)) & 0x1) * 2 + (batch)][age])

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'sh' - possible side-effects?
#781: FILE: drivers/net/mlx5/mlx5_flow.h:904:
+#define MLX5_CNT_CONTAINER_UNUSED(sh, batch, thread, age) (&(sh)->cmng.ccont \
+	[(~((sh)->cmng.mhi[batch][age] >> (thread)) & 0x1) * 2 + (batch)][age])

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'batch' - possible side-effects?
#781: FILE: drivers/net/mlx5/mlx5_flow.h:904:
+#define MLX5_CNT_CONTAINER_UNUSED(sh, batch, thread, age) (&(sh)->cmng.ccont \
+	[(~((sh)->cmng.mhi[batch][age] >> (thread)) & 0x1) * 2 + (batch)][age])

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'age' - possible side-effects?
#781: FILE: drivers/net/mlx5/mlx5_flow.h:904:
+#define MLX5_CNT_CONTAINER_UNUSED(sh, batch, thread, age) (&(sh)->cmng.ccont \
+	[(~((sh)->cmng.mhi[batch][age] >> (thread)) & 0x1) * 2 + (batch)][age])

total: 0 errors, 0 warnings, 6 checks, 1302 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |SUCCESS| pw69247 net/mlx5: support flow aging
       [not found] <20200424104548.12655-3-dongz@mellanox.com>
  2020-04-24 10:46 ` [dpdk-test-report] |WARNING| pw69247 [PATCH v2 2/2] net/mlx5: support flow aging checkpatch
@ 2020-04-24 13:17 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-04-24 13:17 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/69247

_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/161811280

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-24 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200424104548.12655-3-dongz@mellanox.com>
2020-04-24 10:46 ` [dpdk-test-report] |WARNING| pw69247 [PATCH v2 2/2] net/mlx5: support flow aging checkpatch
2020-04-24 13:17 ` [dpdk-test-report] |SUCCESS| pw69247 " 0-day Robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).