Re: [Cryptodev-linux-devel] [PATCH 8/8] add async versions of the code samples
Hello Phil, Thanks you for the patchset. I've just commited it. I've also applied some changes, such as not copying the "mac" field on every operation. regards, Nikos ___ Cryptodev-linux-devel mailing list Cryptodev-linux-devel@gna.org https://mail.gna
[Cryptodev-linux-devel] [PATCH 8/8] add async versions of the code samples
--- .gitignore |3 + examples/Makefile |9 +- examples/async_cipher.c | 281 + examples/async_hmac.c | 292 +++ examples/async_speed.c | 197 +++ exa