]> code.ossystems Code Review - meta-freescale.git/commit
cryptodev: update to 6c2b61c
authorChunrong Guo <chunrong.guo@nxp.com>
Tue, 18 Apr 2017 07:11:50 +0000 (15:11 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 May 2017 20:54:58 +0000 (17:54 -0300)
commite756964ac2595d880304f227dec7bdb424d7d974
tree28c067a5652216278a92e39144d48ac95f0e8f12
parentcfb3ddaaaa78204ef5281c8627eed08f4f7e3f09
cryptodev: update to 6c2b61c

   **include the following changes
6c2b61c - update copyright notes
f79d523 - fix: reset finish condition before test start
e8f7a91 - Merge remote-tracking branch 'upstream/master'
6818263 - Fix ablkcipher algorithms usage in v4.8+ kernels
26e167f - zc: Use the power of #elif
e49fe25 - adjust to API changes in kernel >=4.10
2b29be8 - adjust to API changes in kernel >=4.10
c3afb40 - add support for rsa speed tests
c9b7a80 - close the session after every test
ba49470 - add support for authenc(hmac(sha1), cbc(aes)) speed tests
690cd62 - Merge branch 'master' into hpe2016
        5adf04e - Merge remote-tracking branch 'upstream/master'
        840c7ba - remove not used variable
        2dbbb23 - do more strict code checking to avoid maintenance issues
        88223e4 - avoid implicit conversion between signed and unsigned char
        8db6905 - use buf_align macro to reduce code duplication
        b6d0e0f - rename header file to clarify purpose
        1fd6062 - fix warnings of "implicit declaration of function" in async_speed
        ff3c8ab - remove not used local variables
        25a1276 - fix incorrect return code in case of error from openssl_cioccrypt
e7ef4ea - Merge pull request #17 from michaelweiser/gup_flags
99c6d21 - fix ignored SIGALRM signals on some platforms
71975fa - setting KERNEL_DIR is not necessary to build tests
a96ff97 - fix issues with install target
07748d3 - Merge branch 'master' into hpe2016
cc89148 - Fix ablkcipher algorithms usage in v4.8+ kernels
4d6e4fb - Merge remote-tracking branch 'upstream/master'
f126e48 - Adjust to another change in the user page API
4257fce - add -async option to run_crypto_tests.sh
f953164 - merge sync and async benchmarks into a single program
e7af57b - add % to cpu idle for convenience
1883c95 - add a wrapper script for running all tests
998b66b - add notes about configured limits in SEC driver
b1a35f3 - fix ignored SIGALRM signals on some platforms
b754517 - use the same algorithm names in sync_speed as in async_speed
8baefa4 - force LC_TIME value to avoid mpstat not using ISO8601 format
d0978b5 - add sync speed tests with the same format as async ones
15d890b - graceful exit if cryptodev is not built with ASYNC flags
9a595bf - fix typo, use consistent spacing
9461878 - remove output line because it does not add clarity to the results
b09c17f - the C standard used by cryptodev is C90 with GNU extensions
447808d - exit early if cryptodev tests are not installed
493afd3 - fix incorrect handling of error cases...
e0d2c88 - make default output tabular
abc007a - really fix (again...) the mpstat issue
2696cd5 - use $(...) instead of `...` for consistency
e8fb004 - fix the scale of the runtime value
119151b - remove old results to avoid incorrect reports
71ac3d5 - fix the reported unit
8c47a0c - setting KERNEL_DIR is not necessary to build tests
182b307 - fix issues with install target
5021828 - do more strict code checking to avoid maintenance issues
ab239d7 - return error code of the test if there is one
b5228f2 - remove not used local variables
90d67ce - avoid implicit conversion between signed and unsigned char
4b442ca - fix build warnings on implicit function declarations
2821b92 - add a little space in the output for clarity
9d0ef05 - more precision in running mpstat
0180e2b - fix some issues with parsing mpstat output
4257fce - add -async option to run_crypto_tests.sh
f953164 - merge sync and async benchmarks into a single program
e7af57b - add % to cpu idle for convenience
7d7a733 - sanity check on /dev/crypto availability
137c0c4 - gracefull stop for async speed tests
600eb70 - fix: set min value when allocating alligned memory buffers
18408c9 - add multithreaded wrapper for async speed test
854cc84 - rename algorithm names for clarity
216f235 - honor the -m flag in async_speed
1023ede - add flag to report in a machine friendly format
219a8b4 - enable async code by default
9def784 - Merge remote-tracking branch 'radualexe/new_tests`
149dc1c - add basic optargs support for async_speed test
9595499 - add support for crc32c hash sync speed test
83e3840 - add support for aes-256-xts sync speed test
fff72ae - add support for sha2-256 hash async speed test
b961800 - add support for sha1 hash async speed test
fea5006 - add support for crc32c hash async speed test
8768fad - add aes-256-xts support for async speed test

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
65 files changed:
recipes-kernel/cryptodev/cryptodev-qoriq_1.8.inc
recipes-kernel/cryptodev/sdk_patches/0044-add-aes-256-xts-support-for-async-speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0045-add-support-for-crc32c-hash-async-speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0046-add-support-for-sha1-hash-async-speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0047-add-support-for-sha2-256-hash-async-speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0048-add-support-for-aes-256-xts-sync-speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0049-add-support-for-crc32c-hash-sync-speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0050-add-basic-optargs-support-for-async_speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0051-enable-async-code-by-default.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0052-add-flag-to-report-in-a-machine-friendly-format.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0053-honor-the-m-flag-in-async_speed.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0054-rename-algorithm-names-for-clarity.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0055-add-multithreaded-wrapper-for-async-speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0056-fix-set-min-value-when-allocating-alligned-memory-bu.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0057-gracefull-stop-for-async-speed-tests.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0058-sanity-check-on-dev-crypto-availability.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0059-fix-some-issues-with-parsing-mpstat-output.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0060-more-precision-in-running-mpstat.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0061-add-a-little-space-in-the-output-for-clarity.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0062-fix-build-warnings-on-implicit-function-declarations.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0063-avoid-implicit-conversion-between-signed-and-unsigne.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0064-remove-not-used-local-variables.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0065-return-error-code-of-the-test-if-there-is-one.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0066-do-more-strict-code-checking-to-avoid-maintenance-is.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0067-fix-issues-with-install-target.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0068-setting-KERNEL_DIR-is-not-necessary-to-build-tests.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0069-fix-the-reported-unit.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0070-remove-old-results-to-avoid-incorrect-reports.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0071-fix-the-scale-of-the-runtime-value.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0072-use-.-instead-of-.-for-consistency.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0073-really-fix-again.-the-mpstat-issue.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0074-make-default-output-tabular.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0075-fix-incorrect-handling-of-error-cases.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0076-exit-early-if-cryptodev-tests-are-not-installed.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0077-the-C-standard-used-by-cryptodev-is-C90-with-GNU-ext.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0078-remove-output-line-because-it-does-not-add-clarity-t.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0079-fix-typo-use-consistent-spacing.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0080-graceful-exit-if-cryptodev-is-not-built-with-ASYNC-f.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0081-add-sync-speed-tests-with-the-same-format-as-async-o.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0082-force-LC_TIME-value-to-avoid-mpstat-not-using-ISO860.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0083-use-the-same-algorithm-names-in-sync_speed-as-in-asy.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0084-fix-ignored-SIGALRM-signals-on-some-platforms.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0085-add-notes-about-configured-limits-in-SEC-driver.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0086-add-a-wrapper-script-for-running-all-tests.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0087-add-to-cpu-idle-for-convenience.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0088-merge-sync-and-async-benchmarks-into-a-single-progra.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0089-add-async-option-to-run_crypto_tests.sh.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0090-Adjust-to-recent-user-page-API-changes.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0091-Fix-test-compile-time-warnings.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0092-Support-skcipher-in-addition-to-ablkcipher-API.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0093-Fix-ablkcipher-algorithms-usage-in-v4.8-kernels.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0094-Adjust-to-another-change-in-the-user-page-API.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0095-rename-header-file-to-clarify-purpose.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0096-use-buf_align-macro-to-reduce-code-duplication.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0097-avoid-implicit-conversion-between-signed-and-unsigne.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0098-reduce-tests-Makefile-distance-with-upstream.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0099-add-support-for-authenc-hmac-sha1-cbc-aes-speed-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0100-close-the-session-after-every-test.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0101-add-support-for-rsa-speed-tests.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0102-adjust-to-API-changes-in-kernel-4.10.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0103-zc-Use-the-power-of-elif.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0104-fix-reset-finish-condition-before-test-start.patch [new file with mode: 0644]
recipes-kernel/cryptodev/sdk_patches/0105-update-copyright-notes.patch [new file with mode: 0644]
recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch
recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch [new file with mode: 0644]