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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 30 14:13:41 CET 2017


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

_coding style issues_


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

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


More information about the test-report mailing list