|WARNING| pw122732 [v1 14/16] net/mlx5/hws: add debug dump support for range and hash
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jan 31 10:37:24 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122732
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#171: FILE: drivers/net/mlx5/hws/mlx5dr_debug.c:102:
+ ret = fprintf(f, "%d,0x%" PRIx64 ",0x%" PRIx64 ",%d,%d,%d
",
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#195: FILE: drivers/net/mlx5/hws/mlx5dr_debug.c:120:
+ ret = mlx5dr_debug_dump_matcher_template_definer(f, mt, mt->range_definer, res_type);
WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#201: FILE: drivers/net/mlx5/hws/mlx5dr_debug.c:126:
+ ret = mlx5dr_debug_dump_matcher_template_definer(f, matcher, matcher->hash_definer, res_type);
total: 0 errors, 2 warnings, 1 checks, 81 lines checked
More information about the test-report
mailing list