diff options
author | Patrice Buriez <patrice.buriez@intel.com> | 2018-07-07 14:03:32 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-27 16:12:58 +0000 |
commit | 8dd8465d928ebac34e58e3eb86d08794dcaa73c3 (patch) | |
tree | cfe3f14eb811b19af118339f763a45d21f7fd7b4 /docs | |
parent | 218594d99b8e2782387c8452225841f93491ede8 (diff) |
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Fix potential crash with latency accuracy
Detect, remember and skip bad/unexpected packets:
- too short to hold the latency-related values
- with bad signature
- with invalid generator_id
using a uint64_t-based bitmap.
Also moved variable declarations closer to usage,
added some likely/unlikely hints,
reworked some return statements, and
fixed 32-bit overflow (every ~4s) of rx_time_err computation.
Change-Id: Ib2aadc1af6b7a68601cc080ba66b10d41ff9a64e
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/samplevnf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf -Subproject 247bf8232dacf0108eb46efe8cf2151bbf855b8 +Subproject 2e924e65c5ac509925bc5a28b724db108fe9911 |