From ee435827905d0b5f2839e2c5995812fb331af9ac Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Wed, 11 Apr 2018 16:15:55 +0200 Subject: Update git submodules * Update docs/submodules/samplevnf from branch 'master' - Fix link speed when link is down at startup. When link is down at startup, the link_speed returned by DPDK is 0. This results in un-optimized latency estimates in gen and lat. With this fix, lat and gen do nothing until link_speed is properly initialized, and use the right link speed in the fast path. Change-Id: Id2d14b6966ccfac7cc78db3c5a74e704b42edae7 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 3981ce6fe..4a65cd849 160000 --- a/docs/submodules/samplevnf +++ b/docs/submodules/samplevnf @@ -1 +1 @@ -Subproject commit 3981ce6fed44db09af235100526ab8bc1666e38e +Subproject commit 4a65cd849c252ac401e22debe2012d3cf48701fc -- cgit 1.2.3-korg