vxlan: Change dpif_backer->tnl backer to a "struct simap"
authorKyle Mestery <kmestery@cisco.com>
Thu, 14 Feb 2013 14:37:28 +0000 (09:37 -0500)
committerBen Pfaff <blp@nicira.com>
Thu, 14 Feb 2013 18:07:58 +0000 (10:07 -0800)
commit7d82ab2e6e4223a78c242616a0d72f032d7867e7
tree2c48c04499f0af9c5c09f22e9ef4b151241aaa18
parent26508d9a5572cf4e980573552175d620c8f09d3e
vxlan: Change dpif_backer->tnl backer to a "struct simap"

Move dpif_backer->tnl_backers from a "struct sset" to a
"struct simap". Store odp_port in the new map.  This will make it easier to
access the odp_port for future patches.

Signed-off-by: Kyle Mestery <kmestery@cisco.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c