[dpdk-dev] [PATCH v1 11/15] examples/l2fwd: move periodic tasks to new function

2018-06-14 Thread Anoob Joseph
Move the periodic operations (stats flush and drain buffers) to a new function. Signed-off-by: Anoob Joseph --- v1: * Replaced 'unsigned' with 'unsigned int' examples/l2fwd/l2fwd_worker.c | 83 --- examples/l2fwd/l2fwd_worker.h | 6 2 files changed,

[dpdk-dev] [PATCH v1 11/15] examples/l2fwd: move periodic tasks to new function

2018-06-14 Thread Anoob Joseph
v1: * Replaced 'unsigned' with 'unsigned int' Move the periodic operations (stats flush and drain buffers) to a new function. Signed-off-by: Anoob Joseph --- examples/l2fwd/l2fwd_worker.c | 83 --- examples/l2fwd/l2fwd_worker.h | 6 2 files changed,