[dpdk-test-report] |WARNING| pw87756 [PATCH 01/14] net/ionic: cut down completion queue structure

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 4 21:00:54 CET 2021


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse '_q' - possible side-effects?
#148: 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?
#149: 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