|WARNING| pw136319 [PATCH 5/5] net/mlx5: add support for flow table resizing

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 2 12:58:55 CET 2024


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

_coding style issues_


ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#887: FILE: drivers/net/mlx5/mlx5_flow_hw.c:11669:
+	for (i = 1;
[...]
+	     i++, segment++);

total: 1 errors, 0 warnings, 0 checks, 1123 lines checked
Warning in drivers/net/mlx5/mlx5_flow_hw.c:
Using __atomic_xxx/__ATOMIC_XXX built-ins, prefer rte_atomic_xxx/rte_memory_order_xxx


More information about the test-report mailing list