[dpdk-dev] [PATCH 10/39] examples/l2fwd-event: do timer updates only on master

2019-06-03 Thread Anoob Joseph
The timer updates and checks are required only for stats printing by the master core. This can be entirely skipped for other cores. Signed-off-by: Anoob Joseph Signed-off-by: Lukasz Bartosik --- examples/l2fwd-event/l2fwd_worker.c | 21 + 1 file changed, 13 insertions(+), 8

[dpdk-dev] [PATCH 10/39] examples/l2fwd-event: do timer updates only on master

2019-06-03 Thread Anoob Joseph
The timer updates and checks are required only for stats printing by the master core. This can be entirely skipped for other cores. Signed-off-by: Anoob Joseph Signed-off-by: Lukasz Bartosik --- examples/l2fwd-event/l2fwd_worker.c | 21 + 1 file changed, 13 insertions(+), 8