perf: net_dropmonitor: Do not assume ordering of dictionaries
authorBen Hutchings <ben@decadent.org.uk>
Mon, 20 May 2013 14:45:34 +0000 (14:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 May 2013 22:10:10 +0000 (15:10 -0700)
The sort order of dictionaries in Python is undocumented.  Use
tuples instead, which are documented to be lexically ordered.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found