[dpdk-test-report] |WARNING| pw87781 [PATCH v2 10/17] net/txgbe: add RSS support for VF device

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 5 04:37:29 CET 2021


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

_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


More information about the test-report mailing list