automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw87069 [PATCH v1 10/20] net/txgbe: add RSS support for VF device
       [not found] <20210122094800.197748-11-jiawenwu@trustnetic.com>
@ 2021-01-22  9:51 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-01-22  9:51 UTC (permalink / raw)
  To: test-report; +Cc: Jiawen Wu

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'hw' - possible side-effects?
#119: FILE: drivers/net/txgbe/base/txgbe_regs.h:1885:
+#define rd32at(hw, reg, idx) \
+		rd32a(hw, txgbe_map_reg(hw, reg), idx)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'hw' - possible side-effects?
#121: FILE: drivers/net/txgbe/base/txgbe_regs.h:1887:
+#define wr32at(hw, reg, idx, val) \
+		wr32a(hw, txgbe_map_reg(hw, reg), idx, val)

total: 0 errors, 0 warnings, 2 checks, 267 lines checked

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

only message in thread, other threads:[~2021-01-22  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210122094800.197748-11-jiawenwu@trustnetic.com>
2021-01-22  9:51 ` [dpdk-test-report] |WARNING| pw87069 [PATCH v1 10/20] net/txgbe: add RSS support for VF device 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).