Skip to content
Commit 326017c7 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

perf: net_dropmonitor: Do not assume ordering of dictionaries



The sort order of dictionaries in Python is undocumented.  Use
tuples instead, which are documented to be lexically ordered.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5a1e99dd
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