From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: fix build with icc Date: Mon, 14 May 2018 11:21:21 +0200 Message-ID: <2963276.0x5FNHFUW5@xps> References: <1526280622-50931-1-git-send-email-abhinandan.gujjar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "jerin.jacob@caviumnetworks.com" To: "Gujjar, Abhinandan S" Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 3AF731B653 for ; Mon, 14 May 2018 11:21:24 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch provides fix for icc compilation issue with event crypto adapter test > > application. > > Currently, number of elements in the session mempool is defined by > > max_nb_sessions & this is replaced with a macro. > > > > Fixes: 3c2c535ecfc0 ("test: add event crypto adapter auto-test") > > > > Reported-by: Pablo de Lara > > Signed-off-by: Abhinandan Gujjar > > Acked-by: Pablo de Lara Applied, thanks