Re: [dpdk-dev] [PATCH] test: fix build with icc

2018-05-14 Thread Thomas Monjalon
> > 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-t

Re: [dpdk-dev] [PATCH] test: fix build with icc

2018-05-14 Thread De Lara Guarch, Pablo
> -Original Message- > From: Gujjar, Abhinandan S > Sent: Monday, May 14, 2018 7:50 AM > To: jerin.ja...@caviumnetworks.com; tho...@monjalon.net; dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Gujjar, > Abhinandan S > Subject: [PATCH] test: fix build with icc > > This patch provides fix for

[dpdk-dev] [PATCH] test: fix build with icc

2018-05-13 Thread Abhinandan Gujjar
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