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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 6 14:37:56 CEST 2018


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

_coding style issues_


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

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


More information about the test-report mailing list