* |WARNING| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app
[not found] <20220811035933.802-2-anoobj@marvell.com>
@ 2022-08-11 4:01 ` checkpatch
2022-08-11 5:19 ` |FAILURE| " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-08-11 4:01 UTC (permalink / raw)
To: test-report; +Cc: Anoob Joseph
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* |FAILURE| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app
[not found] <20220811035933.802-2-anoobj@marvell.com>
2022-08-11 4:01 ` |WARNING| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app checkpatch
@ 2022-08-11 5:19 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-08-11 5:19 UTC (permalink / raw)
To: test-report; +Cc: anoobj, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/114813/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2837365020
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
from ../lib/cryptodev/rte_crypto.h:20,
from ../lib/cryptodev/rte_cryptodev.h:22,
from ../app/test-security-perf/test_security_perf.c:10:
../app/test-security-perf/test_security_perf.c: In function ‘cryptodev_init’:
../app/test-security-perf/test_security_perf.c:116:6: error: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Werror=format=]
116 | i);
| ~^
| |
| long unsigned int
../lib/eal/include/rte_log.h:342:25: note: in definition of macro ‘RTE_LOG’
342 | RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
| ^
../app/test-security-perf/test_security_perf.c:129:31: error: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Werror=format=]
129 | " %" PRIu64 " - %d", i, j);
| ~ ^
| |
| long unsigned int
../lib/eal/include/rte_log.h:342:25: note: in definition of macro ‘RTE_LOG’
342 | RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
| ^
cc1: all warnings being treated as errors
[1953/3112] Compiling C object 'app/a172ced@@dpdk-test-security-perf@exe/test_test_cryptodev_security_ipsec.c.o'.
[1954/3112] Linking target app/dpdk-test-regex.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread