[dpdk-dev] [PATCH] app/crypto-perf: fix mempool create call failure

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon Jul 16 16:13:41 CEST 2018



> -----Original Message-----
> From: Akhil Goyal [mailto:akhil.goyal at nxp.com]
> Sent: Monday, July 16, 2018 12:40 PM
> To: Nicolau, Radu <radu.nicolau at intel.com>; dev at dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>; stable at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] app/crypto-perf: fix mempool create call failure
> 
> On 7/16/2018 4:44 PM, Radu Nicolau wrote:
> 
> > Using a small number of sessions results in rte_mempool_create call
> > with cache_size > n, which fails. There is no need to cache the
> > elements, as there is no performance impact.
> >
> > Fixes: 501c0a3b14c3 ("app/crypto-perf: limit number of sessions")
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Radu Nicolau <radu.nicolau at intel.com>
> > ---
> 
> This patch should not be for stable. As the patch which introduced this issue is
> still not released.
> 
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
> 

Applied to dpdk-next-crypto, removing the Cc stable line.

Thanks,
Pablo



More information about the dev mailing list