Re: [lng-odp] [PATCH] example: generator: actually use specified default

2016-10-14 Thread Maxim Uvarov
Retested this patch again. Now I can not reproduce issue. Merged. Maxim. On 10/12/16 21:42, Mike Holmes wrote: On 22 September 2016 at 10:33, Maxim Uvarov > wrote: Reverted this patch due to have issues with

Re: [lng-odp] [PATCH] example: generator: actually use specified default

2016-10-12 Thread Mike Holmes
On 22 September 2016 at 10:33, Maxim Uvarov wrote: > Reverted this patch due to have issues with performance/odp_l2fwd The patch is correct I think, the intended default is not being honored. If the odp_l2fwd app depends on the incorrect behavior and actually requires

[lng-odp] [PATCH] example: generator: actually use specified default

2016-10-12 Thread Mike Holmes
The help states default is 1000ms. 0 for flood mode, however the default was incorrectly set to zero. Fix odp_l2fwd to specify the timeout it requires to flood mode Signed-off-by: Mike Holmes --- example/generator/odp_generator.c | 1 +

Re: [lng-odp] [PATCH] example: generator: actually use specified default

2016-09-22 Thread Maxim Uvarov
Reverted this patch due to have issues with performance/odp_l2fwd Maxim. On 09/14/16 05:50, Bill Fischofer wrote: On Tue, Sep 13, 2016 at 12:35 PM, Mike Holmes wrote: The help states default is 1000ms. 0 for flood mode, however the default was incorrectly set to

Re: [lng-odp] [PATCH] example: generator: actually use specified default

2016-09-14 Thread Maxim Uvarov
Merged, Maxim. On 09/14/16 05:50, Bill Fischofer wrote: On Tue, Sep 13, 2016 at 12:35 PM, Mike Holmes wrote: The help states default is 1000ms. 0 for flood mode, however the default was incorrectly set to zero. Signed-off-by: Mike Holmes

Re: [lng-odp] [PATCH] example: generator: actually use specified default

2016-09-13 Thread Bill Fischofer
On Tue, Sep 13, 2016 at 12:35 PM, Mike Holmes wrote: > The help states default is 1000ms. 0 for flood mode, however the > default was incorrectly set to zero. > > Signed-off-by: Mike Holmes > Reviewed-by: Bill Fischofer

[lng-odp] [PATCH] example: generator: actually use specified default

2016-09-13 Thread Mike Holmes
The help states default is 1000ms. 0 for flood mode, however the default was incorrectly set to zero. Signed-off-by: Mike Holmes --- example/generator/odp_generator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/generator/odp_generator.c