Re: [dpdk-dev] [PATCH v2] examples/eventdev: fix run forever with -n param

2017-08-04 Thread Thomas Monjalon
04/08/2017 17:49, Harry van Haaren: > During the refactoring of the sample app to be more generic, the > option to set -n0 and process a huge number of packets was lost. > This commit re-adds -n0, and will process INT64_MAX number of packets. > > Fixes: adb5d5486c39 ("examples/eventdev_pipeline_sw

[dpdk-dev] [PATCH v2] examples/eventdev: fix run forever with -n param

2017-08-04 Thread Harry van Haaren
During the refactoring of the sample app to be more generic, the option to set -n0 and process a huge number of packets was lost. This commit re-adds -n0, and will process INT64_MAX number of packets. Fixes: adb5d5486c39 ("examples/eventdev_pipeline_sw_pmd: add sample app") Signed-off-by: Harry v