automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw59708 [PATCH 10/12] net/mlx5: extend switch domain searching range
       [not found] <1569398015-6027-11-git-send-email-viacheslavo@mellanox.com>
@ 2019-09-25  7:54 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-09-25  7:54 UTC (permalink / raw)
  To: test-report; +Cc: Viacheslav Ovsiienko

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-25  7:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1569398015-6027-11-git-send-email-viacheslavo@mellanox.com>
2019-09-25  7:54 ` [dpdk-test-report] |WARNING| pw59708 [PATCH 10/12] net/mlx5: extend switch domain searching range checkpatch

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).