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)
committerEthan Jackson <ethan@nicira.com>
Tue, 26 Feb 2013 19:35:03 +0000 (11:35 -0800)
commitee22c0a01975d1a047a82066ffd0a33182613bfc
tree4fcd3379fc5036d20eb5f037d26431fc135b89bc
parentbcd0c49f5e218e063234c83f47895ab6972d6057
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