Re: [dpdk-dev] [PATCH 1/5] examples/ip_pipeline: add support for more than 32 CPUs

2017-04-20 Thread Thomas Monjalon
31/03/2017 16:17, Dumitrescu, Cristian: > > -Original Message- > > From: Andriy Berestovskyy > > [mailto:andriy.berestovs...@caviumnetworks.com] > > Sent: Friday, March 31, 2017 2:37 PM > > To: Dumitrescu, Cristian > > Cc: dev@dpdk.org > > Subject: [PATCH 1/5] examples/ip_pipeline: add sup

Re: [dpdk-dev] [PATCH 1/5] examples/ip_pipeline: add support for more than 32 CPUs

2017-03-31 Thread Dumitrescu, Cristian
> -Original Message- > From: Andriy Berestovskyy > [mailto:andriy.berestovs...@caviumnetworks.com] > Sent: Friday, March 31, 2017 2:37 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH 1/5] examples/ip_pipeline: add support for more than 32 > CPUs > > At the moment ip_p

[dpdk-dev] [PATCH 1/5] examples/ip_pipeline: add support for more than 32 CPUs

2017-03-31 Thread Andriy Berestovskyy
At the moment ip_pipeline example uses 32 during the initialization, which leads to an error on systems with more than 32 CPUs. Signed-off-by: Andriy Berestovskyy --- examples/ip_pipeline/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/ip_pipeline/init.c b/e