netdev-linux: Use the netdev list of devices instead of cachemap.
authorJesse Gross <jesse@nicira.com>
Mon, 18 Jan 2010 20:05:58 +0000 (15:05 -0500)
committerJesse Gross <jesse@nicira.com>
Mon, 18 Jan 2010 23:26:44 +0000 (18:26 -0500)
commit46415c9085ef6b7386943b1714754150487b6cff
tree1aafb852441415d556d6a4e5911e20b2a9c8dd40
parent49a6a1636f849eba12fb444651ee818628426f0d
netdev-linux: Use the netdev list of devices instead of cachemap.

We previously maintained a list of open devices inside of the
linux netdev.  Since the netdev library now maintains this list,
it is better to use that list instead of our own.
lib/netdev-linux.c
lib/netdev-provider.h
lib/netdev.c