summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2023-01-05 13:56:59 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-02-15 19:43:17 +0100
commit6c24851f433a13e99fc48a0cd8a0e90ab873f901 (patch)
tree54fcf116c8f8708ee0eb55792accafaddc29c53e /tests
parent0a7587034dc903119a71572efe812f1e1ac163f8 (diff)
downloadopenvswitch-6c24851f433a13e99fc48a0cd8a0e90ab873f901.tar.gz
ofproto-dpif-upcall: Use last known stats ukey stats on revalidate missed dp flows.
Instead of using all zero stats when executing a revalidate for missed dp flows, use the last known stats to avoid odd statistics being used. As these zero stats are stored in the ukey, the next time revalidate_ukey() is called the delta between the new stats and the zero stats is used, which would cause an additional increase in total packets/bytes. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Michael Santana <msantana@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions