|WARNING| pw137424 [PATCH v2 4/4] net/mlx5: add support for flow table resizing
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Feb 28 11:27:54 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/137424
_coding style issues_
WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#729: FILE: drivers/net/mlx5/mlx5_flow_hw.c:4459:
+ matcher_attr.resizable = !!rte_flow_template_table_resizable(dev->data->port_id, &table_cfg->attr);
WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#768: FILE: drivers/net/mlx5/mlx5_flow_hw.c:4706:
+ if (!cfg.attr.flow_attr.group && rte_flow_template_table_resizable(dev->data->port_id, attr)) {
ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#897: FILE: drivers/net/mlx5/mlx5_flow_hw.c:12215:
+ for (i = 1;
[...]
+ i++, segment++);
total: 1 errors, 2 warnings, 0 checks, 924 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