This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 566492d067083e870548c78a89f8c65b02ecde89 (commit) from ea0b2211f1c5d90e1699aa94b3192704fbf6ca91 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 566492d067083e870548c78a89f8c65b02ecde89 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Sep 22 17:00:46 2016 +0300
Revert "example: generator: actually use specified default"
This reverts commit ea0b2211f1c5d90e1699aa94b3192704fbf6ca91. This parameter need to be accounted also in l2fwd performance test which fails after this patch.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index 48d7f5f..b0053b9 100644 --- a/example/generator/odp_generator.c +++ b/example/generator/odp_generator.c @@ -946,7 +946,6 @@ static void parse_args(int argc, char *argv[], appl_args_t *appl_args) appl_args->number = -1; appl_args->payload = 56; appl_args->timeout = -1; - appl_args->interval = DEFAULT_PKT_INTERVAL;
opterr = 0; /* do not issue errors on helper options */
-----------------------------------------------------------------------
Summary of changes: example/generator/odp_generator.c | 1 - 1 file changed, 1 deletion(-)
hooks/post-receive