[dpdk-test-report] |WARNING| pw87940 [PATCH v2 01/15] net/ionic: cut down completion queue structure

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 16 21:36:59 CET 2021


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse '_q' - possible side-effects?
#151: FILE: drivers/net/ionic/ionic_dev.h:145:
+#define Q_NEXT_TO_POST(_q, _n)	(((_q)->head_idx + (_n)) & ((_q)->size_mask))

CHECK:MACRO_ARG_REUSE: Macro argument reuse '_q' - possible side-effects?
#152: FILE: drivers/net/ionic/ionic_dev.h:146:
+#define Q_NEXT_TO_SRVC(_q, _n)	(((_q)->tail_idx + (_n)) & ((_q)->size_mask))

total: 0 errors, 0 warnings, 2 checks, 189 lines checked


More information about the test-report mailing list