Updated git submodules
authorArun Sharma <arun.e.sharma@ericsson.com>
Mon, 5 Jun 2017 11:38:08 +0000 (17:08 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 5 Jun 2017 16:27:40 +0000 (16:27 +0000)
commit0c5d51e3b87985e9be21e898243ac87c5afc1bf8
tree5e81a628ef74fd0c2903c1b104dd2055ce79a091
parent7b60eb2bd959313661a1bd58a8d2f8bae27f0e57
Updated git submodules

Project: netvirt master 5d61b15abfe8a630fda0f5e7884da9a53c89d514

Bug 8586: Alarm raised due to stale stats polling

Root cause - When port stats polling is enabled, first poll returns
old data (Rx bytes and Dropped bytes) when QoS alert was not enabled.
Alert may get logged if stale stats has dropped % > threshold value

Fix - Alert should not be logged based on first poll data. Use first poll data
to set the baseline counts and raise alert on subsequent polls based on the delta
of counts between the polls.

Change-Id: Ic12f3d41e7c0277109acc51ab548e1a7d0b4d13b
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
docs/submodules/netvirt