diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-03-16 04:18:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-16 04:18:54 +0000 |
commit | 58f77fa04738353755cb35eb1ba248f8e5b4bcf7 (patch) | |
tree | 32891c2acc19702eb9f3be66e89bbf0e2d601c9c /docs/submodules/samplevnf | |
parent | 7e291e4214aac434cd2fd5cf36d181e5e434ca6a (diff) |
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Merge "Fix minimum latency"
- Fix minimum latency
Revert back part of commit 9fa316261d7d9
The function abs_diff was erroneously changed to diff_or_zero.
This function was supposed to measure the difference between rx and
tx time; when rx time overflowed and tx time not yet (i.e.
rx time ~= 0 and tx_time ~=UINT32_MAX, this function added UINT32_MAX
to rx_time. The name of the function was confusing and caused the
previous commit. Net effect of previous commit was that every four seconds
the minimum latency was 0
This commit reverse back to the original behavior, with a function name
diff_time.
Change-Id: Ia1b80e48a756cf5df411dcf58ca1cbc835214d13
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Diffstat (limited to 'docs/submodules/samplevnf')
m--------- | docs/submodules/samplevnf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf -Subproject 883e96028c8dcfe9ceea7911b028953b4776b97 +Subproject 2adcda4042d4b20a5df956df854b834aa4d9f2d |