Re: [dpdk-dev] error compiling load_balancer example for DPAA2

2017-07-17 Thread Hemant Agrawal
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 su

[dpdk-dev] error compiling load_balancer example for DPAA2

2017-07-14 Thread Thomas Monjalon
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