Re: [dpdk-dev] [PATCH v2] examples/ip_pipeline: fix coremask limitation

2017-01-17 Thread Thomas Monjalon
2016-12-28 05:01, Sankar Chokkalingam: > Issue: > coremask used in IP Pipeline is limited to 64 cores. > > Solution: > Modified coremask as an array of uint64_t to support RTE_MAX_LCORE > > Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") > Fixes: eb32fe7c5574 ("examples/ip

[dpdk-dev] [PATCH v2] examples/ip_pipeline: fix coremask limitation

2016-12-28 Thread Sankar Chokkalingam
v2: Fixed coding style errors. v1: Issue: coremask used in IP Pipeline is limited to 64 cores. Solution: Modified coremask as an array of uint64_t to support RTE_MAX_LCORE Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") Fixes: eb32fe7c5574 ("examples/ip_pipeline: rework i