async_speed: no need to allocate more than 64 buffers
commit44cef43c93ed0a03acea078eb280fee901e7fc57
authorPhil Sutter <phil.sutter@viprinet.com>
Thu, 4 Nov 2010 16:31:13 +0000 (4 17:31 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 4 Nov 2010 20:47:33 +0000 (4 21:47 +0100)
tree3c3643e6f07e6aa8b9ce181fd1500f2905735642
parente1967562ebd35276a8b014d9814d6a61cedcfc24
async_speed: no need to allocate more than 64 buffers

The number of outstanding jobs is limited by the cryptodev ring size,
which may raise to 64 entries at max.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
examples/async_speed.c