[dpdk-test-report] |WARNING| pw60893 [PATCH v4 01/19] net/hinic/base: add mbox command channel for SRIOV

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 10 16:39:11 CEST 2019


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'func_to_func' - possible side-effects?
#309: FILE: drivers/net/hinic/base/hinic_pmd_mbox.c:134:
+#define MBOX_MSG_ID_INC(func_to_func)	(MBOX_MSG_ID(func_to_func) =	\
+			(MBOX_MSG_ID(func_to_func) + 1) & MBOX_MSG_ID_MASK)

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


More information about the test-report mailing list