Re: [Cryptodev-linux-devel] [PATCH 2/2] examples: use alignmask from session info

2011-03-26 Thread Vladimir Zapolskiy
Hi, On Sat, Mar 26, 2011 at 2:26 AM, Nikos Mavrogiannopoulos wrote: > On 03/25/2011 12:07 AM, Vladimir Zapolskiy wrote: >> This change adds setting up of alignment mask for buffers according to >> the value, which is obtained from the kernel algorithm definition. >> >> Signed-off-by: Vladimir Zap

Re: [Cryptodev-linux-devel] [PATCH 2/2] examples: use alignmask from session info

2011-03-25 Thread Nikos Mavrogiannopoulos
On 03/25/2011 12:07 AM, Vladimir Zapolskiy wrote: > This change adds setting up of alignment mask for buffers according to > the value, which is obtained from the kernel algorithm definition. > > Signed-off-by: Vladimir Zapolskiy > --- > examples/hashcrypt_speed.c | 10 ++ > examples/s

[Cryptodev-linux-devel] [PATCH 2/2] examples: use alignmask from session info

2011-03-24 Thread Vladimir Zapolskiy
This change adds setting up of alignment mask for buffers according to the value, which is obtained from the kernel algorithm definition. Signed-off-by: Vladimir Zapolskiy --- examples/hashcrypt_speed.c | 10 ++ examples/sha_speed.c | 10 ++ examples/speed.c |