examples/ip_pipeline: support more than 32 CPUs
authorAndriy Berestovskyy <andriy.berestovskyy@caviumnetworks.com>
Fri, 31 Mar 2017 13:36:32 +0000 (15:36 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 21 Apr 2017 00:15:03 +0000 (02:15 +0200)
commitb58c9c3677718164e98dd2536add5f06f44134e9
treeafa6c0b2c1b13d14be45bc0bc986e89631a325a5
parentd5faec799c6edcb65773db0c99202a9d5da8bac4
examples/ip_pipeline: support more than 32 CPUs

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 <andriy.berestovskyy@caviumnetworks.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/init.c