|WARNING| pw126902 [PATCH v2] app/dma-perf: introduce dma-perf application
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed May 17 08:53:23 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/126902
_coding style issues_
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#129: FILE: app/test-dma-perf/benchmark.c:6:
+#include <stdio.h>
WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#214: FILE: app/test-dma-perf/benchmark.c:91:
+ printf("average cycles/op: %" PRIu64 ", buffer size: %u, nr_buf: %u, memory: %uMB, frequency: %" PRIu64 ".
",
WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#266: FILE: app/test-dma-perf/benchmark.c:143:
+ rte_exit(EXIT_FAILURE, "Error, no configured queues reported on device id. %u
", dev_id);
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#670: FILE: app/test-dma-perf/main.c:5:
+#include <stdio.h>
WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#739: FILE: app/test-dma-perf/main.c:74:
+ snprintf(output_str[1], MAX_OUTPUT_STR_LEN, "CPU frequency,%" PRIu64 "
", rte_get_timer_hz());
WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#982: FILE: app/test-dma-perf/main.c:317:
+ printf("Error: No case type in case %d, the test will be finished here.
", i + 1);
total: 0 errors, 6 warnings, 1190 lines checked
More information about the test-report
mailing list