Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert raw x86_64 assembly to intrinsics, e2k hardware acceleration support #1923

Closed
wants to merge 13 commits into from
Closed

Conversation

ghost
Copy link

@ghost ghost commented May 3, 2023

After talking with @makise-homura I've found out that Elbrus-8SV does in fact have hardware acceleration for AES-NI and AVX. As a result I have ported the raw x86_64 assembly to Intel intrinsics as Elbrus supports it. I have tested the code and it seems like I am not getting any checksum errors or packet corruptions.

contextswap added 7 commits May 4, 2023 05:08
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
@ghost ghost marked this pull request as draft May 3, 2023 21:13
contextswap added 4 commits May 4, 2023 06:24
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
@ghost ghost marked this pull request as ready for review May 3, 2023 21:44
contextswap added 2 commits May 4, 2023 06:47
Signed-off-by: contextswap <ctxswp@proton.me>
Signed-off-by: contextswap <ctxswp@proton.me>
@orignal
Copy link
Contributor

orignal commented May 3, 2023

don't reinnvent a wheel, use openssl's AESNI

@ghost ghost closed this May 3, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant