feat(crypto): Add crypto perf table for different hardware#652
Open
jsuhaas22 wants to merge 1 commit intoTexasInstruments:masterfrom
Open
feat(crypto): Add crypto perf table for different hardware#652jsuhaas22 wants to merge 1 commit intoTexasInstruments:masterfrom
jsuhaas22 wants to merge 1 commit intoTexasInstruments:masterfrom
Conversation
|
New issues found with check_toc_txt.py: |
|
New warnings found with rstcheck: |
10b4891 to
5765ba4
Compare
StaticRocket
requested changes
Apr 7, 2026
5765ba4 to
ed36189
Compare
ed36189 to
ea7a866
Compare
|
New warnings found with rstcheck: |
shiva-ti
reviewed
Apr 14, 2026
Contributor
|
possible to give link to doc pages by running temp local server? |
Add table which compares the performance of crypto operations on different hardware. This is required since it gives users a clear picture upfront about speeds they can expect. Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
ea7a866 to
63ac256
Compare
StaticRocket
approved these changes
Apr 14, 2026
shiva-ti
approved these changes
Apr 15, 2026
cshilwant
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a performance table which contains the output of
openssl speed ...command over the 3 different hardware options: SA2UL/DTHEv2 accelerator, ARM CE, and base ARM, for AES-128-CBC algorithm. This gives a clear picture of how crypto operations fare over each IP option.