Skip to content
Commit b7f514af authored by Ben Hutchings's avatar Ben Hutchings
Browse files

sfc: Fix interface statistics running backward



Some interface statistics are computed in such a way that they can
sometimes decrease (and even underflow).  Since the computed value
will never be greater than the true value, we fix this by only storing
the computed value when it increases.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent d4f2cecc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment