|WARNING| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Aug 11 06:01:06 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/114813
_coding style issues_
WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#479: FILE: app/test-security-perf/test_security_perf.c:327:
+ uint64_t tsc_start, tsc_mid, tsc_end, tsc_setup_dur, tsc_destroy_dur;
WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#479: FILE: app/test-security-perf/test_security_perf.c:327:
+ uint64_t tsc_start, tsc_mid, tsc_end, tsc_setup_dur, tsc_destroy_dur;
WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#536: FILE: app/test-security-perf/test_security_perf.c:384:
+ tsc_setup_dur = tsc_mid - tsc_start;
WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#537: FILE: app/test-security-perf/test_security_perf.c:385:
+ tsc_destroy_dur = tsc_end - tsc_mid;
WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#539: FILE: app/test-security-perf/test_security_perf.c:387:
+ setup_ms = tsc_setup_dur * 1000 / rte_get_tsc_hz();
WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#540: FILE: app/test-security-perf/test_security_perf.c:388:
+ destroy_ms = tsc_destroy_dur * 1000 / rte_get_tsc_hz();
WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#542: FILE: app/test-security-perf/test_security_perf.c:390:
+ setup_rate = (double)nb_sessions * rte_get_tsc_hz() / tsc_setup_dur;
WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#543: FILE: app/test-security-perf/test_security_perf.c:391:
+ destroy_rate = (double)nb_sessions * rte_get_tsc_hz() / tsc_destroy_dur;
total: 0 errors, 8 warnings, 640 lines checked
More information about the test-report
mailing list