Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: 43ea7311f98d1602ab29e9eec4ea9c895d73181d
https://github.com/Linaro/odp/commit/43ea7311f98d1602ab29e9eec4ea9c895d73181d
Author: Ilias Apalodimas <[email protected]>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M example/generator/odp_generator.c
Log Message:
-----------
examples: generator: use clock related functions less when printing
Using odp_time_local() on each iteration consumes too much cpu for
no reason. Netmap pktio reported a boost from ~550kpps to ~1.2Mpps
when odp_generator was used as a receiver on 1Gbit links.
Signed-off-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-and-tested-by: <Bogdan Pricope [email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>