On 7/14/2017 7:16 PM, Thomas Monjalon wrote:
The compilation of examples for DPAA2 fails:examples/load_balancer/main.h:62:2: error: #error "APP_MAX_IO_LCORES is too big" because: APP_MAX_IO_LCORES = 16 RTE_MAX_LCORE = 8
Hi Thomas, Thanks for identifying the issue.I have submitted a patch to change the load_balancer. There is no reason that load_balancer can not work with lower number of cores.
Regards, Hemant