app/test: fix crypto mbuf pool size
authorPiotr Azarewicz <piotrx.t.azarewicz@intel.com>
Tue, 11 Oct 2016 10:06:53 +0000 (12:06 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 13 Oct 2016 19:58:44 +0000 (21:58 +0200)
commitb0f929615006814fe966c5390690ab06884291f4
treefb932f0befd6a137e89660a714ecfeaff9952fcc
parent893fbab031860752e910f1ddab258686afbc385e
app/test: fix crypto mbuf pool size

The created pool for crypto mbufs may be too big in some
environments.
To avoid this issue, mbuf pool is reverted to its previous size.
Moreover, here is added additional small pool with one large mbuf,
that is needed in large data test scenarios.

Fixes: ffbe3be0d4b5 ("app/test: add libcrypto")

Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
Acked-by: Michal Jastrzebski <michalx.k.jastrzebski@intel.com>
app/test/test_cryptodev.c