From 41b157ef13542ce04c35b3b2356f6a2911f58571 Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Mon, 8 Jan 2018 11:21:44 +0100 Subject: Update git submodules * Update docs/submodules/samplevnf from branch 'master' - Fix extrapolation used in latency measurements When doing latency measurements PROX takes into account the generation or reception of a bulk of packets. For instance, if PROX receives at time T 4 packets, it knows that the first packet was received by te NIC before T (the time to receive the other 3 packets, as they were received at maximum link speed). So the latency data is decreased by the minimum time to receive those 3 packets. For this PROX was using a default link speed of 10Gbps. This is wrong for 1Gbps and 40Gbps networks, and was causing for instance issues on 40 Gbps networks as extrapolating too much, resulting in either too low latencies or negative numbers (visible as very high latencies). Change-Id: I4e0f02e8383dd8d168ac50ecae37a05510ad08bc Signed-off-by: Xavier Simonart --- docs/submodules/samplevnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf index deab1ee81..442501d62 160000 --- a/docs/submodules/samplevnf +++ b/docs/submodules/samplevnf @@ -1 +1 @@ -Subproject commit deab1ee8197298bd7cf30d259a28206841d59383 +Subproject commit 442501d625b6d05f38267d442fd4e42f6cebef7d -- cgit 1.2.3-korg