[dpdk-test-report] |WARNING| pw35827 [PATCH v3 08/18] net/axgbe: add transmit and receive queue setup apis

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 9 09:44:33 CET 2018


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse '_queue' - possible side-effects?
#772: FILE: drivers/net/axgbe/axgbe_rxtx.h:159:
+#define AXGBE_GET_DESC_PT(_queue, _idx)			\
+	(((_queue)->desc) +				\
+	((_idx) & ((_queue)->nb_desc - 1)))

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


More information about the test-report mailing list