[dpdk-dev] [PATCH v3 6/7] app/flow-perf: add first flow latency support

2021-03-10 Thread Wisam Jaddo
Starting from this commit the app will always report the first flow latency. This is useful in debugging to check the first flow insertion before any caching effect. Signed-off-by: Wisam Jaddo --- app/test-flow-perf/main.c | 9 + 1 file changed, 9 insertions(+) diff --git a/app/test-fl

[dpdk-dev] [PATCH v3 6/7] app/flow-perf: add first flow latency support

2021-03-10 Thread Wisam Jaddo
Starting from this commit the app will always report the first flow latency. This is useful in debugging to check the first flow insertion before any caching effect. Signed-off-by: Wisam Jaddo --- app/test-flow-perf/main.c | 9 + 1 file changed, 9 insertions(+) diff --git a/app/test-fl