> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jastrzebski, MichalX > K > Sent: Thursday, October 13, 2016 1:48 AM > To: Azarewicz, PiotrX T; Trahe, Fiona > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] app/test: fix crypto mbuf pool size > > > -----Original Message----- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Piotr Azarewicz > > Sent: Tuesday, October 11, 2016 12:07 PM > > To: Trahe, Fiona <fiona.trahe at intel.com> > > Cc: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH v2] app/test: fix crypto mbuf pool size > > > > This patch fix that created pool for crypto mbufs may be too big in some > > environments. > > To avoid the issue, mbuf pool is reverted to its previous size. > > Moreover, here is added additional small pool with one large mbuf, what > > is needed in large data test scenarios. > > > > Fixes: ffbe3be0d4b5 ("app/test: add libcrypto") > > > > Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz at intel.com> > > Acked-by: Michal Jastrzebski <michalx.k.jastrzebski at intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo