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

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'priv' - possible side-effects?
#322: FILE: drivers/net/mlx5/mlx5.h:387:
+#define GET_PORT_AGE_INFO(priv) \
+	(&((priv)->sh->port[(priv)->ibv_port - 1].age_info))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'sh' - possible side-effects?
#820: 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?
#820: 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?
#820: 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?
#822: 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?
#822: 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?
#822: 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, 7 checks, 1343 lines checked

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

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

From: robot@bytheb.org

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

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

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

end of thread, other threads:[~2020-04-29  4:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200429022509.4360-3-dongz@mellanox.com>
2020-04-29  2:25 ` [dpdk-test-report] |WARNING| pw69504 [PATCH v3 2/2] net/mlx5: support flow aging checkpatch
2020-04-29  4:13 ` [dpdk-test-report] |SUCCESS| pw69504 " 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).