dpif: Rename dpif_get_name() to dpif_port_get_name(), update interface.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Jun 2009 23:51:46 +0000 (16:51 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:23 +0000 (09:07 -0700)
commit335562c0b9b190f61c0cc457a4098c2688561387
tree47d2cb99e3964c144df5831c534dfe3be063691d
parent7efc68eb075acfe3c00fbe1a8ed2146c445f1139
dpif: Rename dpif_get_name() to dpif_port_get_name(), update interface.

With multiple kinds of datapaths, code should not just use
"dp%u" along with dpif_minor() to print a datapath name, because not all
datapaths can sensibly be named that way.  We want to use a function
with a name like dpif_get_name() to retrieve a datapath name for printing
to the user, in which case the existing dpif_get_name() function would be
confusing.  So rename the existing one to something more explicit.
lib/dpif.c
lib/dpif.h
secchan/discovery.c
secchan/in-band.c
secchan/ofproto.c
utilities/ovs-ofctl.c
vswitchd/bridge.c