[dpdk-test-report] |WARNING| pw18587 [PATCH v2 26/29] net/qede: use eal I/O device memory read/write API

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 27 10:52:49 CET 2016


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse '_p_hwfn' - possible side-effects?
#176: FILE: drivers/net/qede/base/bcm_osal.h:138:
+#define DOORBELL(_p_hwfn, _db_addr, _val)				\
+	DIRECT_REG_WR_RELAXED((_p_hwfn),				\
+			      ((u8 *)(uintptr_t)(_p_hwfn->doorbells) +	\
+			      (_db_addr)), (u32)_val)

total: 0 errors, 0 warnings, 1 checks, 103 lines checked


More information about the test-report mailing list