From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] app/crypto-perf: fix mempool create call failure Date: Mon, 16 Jul 2018 17:09:34 +0530 Message-ID: References: <1531739656-12288-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: pablo.de.lara.guarch@intel.com, stable@dpdk.org To: Radu Nicolau , dev@dpdk.org Return-path: In-Reply-To: <1531739656-12288-1-git-send-email-radu.nicolau@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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@dpdk.org > > Signed-off-by: Radu Nicolau > --- This patch should not be for stable. As the patch which introduced this issue is still not released. Acked-by: Akhil Goyal