[dpdk-test-report] |WARNING| pw99694 [PATCH 11/11] net/mlx5: support shared Rx queue

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Sep 26 13:22:19 CEST 2021


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'rxq' - possible side-effects?
#260: FILE: drivers/net/mlx5/mlx5_rx.h:29:
+#define RXQ_CTRL_LAST(rxq) \
+	(LIST_FIRST(&(rxq)->ctrl->owners) == (rxq) && \
+	LIST_NEXT((rxq), owner_entry) == NULL)

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


More information about the test-report mailing list