2016-12-06 18:32, [email protected]: > From: Zbigniew Bodek <[email protected]> > > This patch adds core low-level crypto operations > for ARMv8 processors. The assembly code is a base > for an optimized PMD and is currently excluded > from the build.
It's a bit sad that you cannot achieve the same performance with C code and a good compiler. Have you tried it? How much is the difference?

