Re: [dpdk-dev] [PATCH v2] examples/load_balancer: enable the build for lesser lcores

2017-07-21 Thread Thomas Monjalon
19/07/2017 11:19, Hemant Agrawal: > load_balancer app can also work for lower number of cores. > Limit the cores Worker and IO cores to 16 as defined in original > App. Otherwise use the actual number of lcores as MAX. > > Signed-off-by: Hemant Agrawal > --- > v2: Revert back the condition check

[dpdk-dev] [PATCH v2] examples/load_balancer: enable the build for lesser lcores

2017-07-19 Thread Hemant Agrawal
load_balancer app can also work for lower number of cores. Limit the cores Worker and IO cores to 16 as defined in original App. Otherwise use the actual number of lcores as MAX. Signed-off-by: Hemant Agrawal --- v2: Revert back the condition check examples/load_balancer/main.h | 8 1