dpif: Replace dpif_id() by dpif_name().
authorBen Pfaff <blp@nicira.com>
Tue, 16 Jun 2009 18:00:22 +0000 (11:00 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:23 +0000 (09:07 -0700)
commitb29ba12809fc48d1b4e417c7444e53d984292a5f
treec92d4935aebc87df82ec9bc39faf92fcde72b9f2
parent53a4218dca89c70bf1e3230827b00af54386c8ff
dpif: Replace dpif_id() by dpif_name().

dpif_id() is often used in error messages, e.g. "dp%u: screwed up".  But
soon we will be generalizing the concept of a datapath, so it is better
to have a function that returns a full name, e.g. "%s: screwed up".
Accordingly, this commit replaces dpif_id() by a new function dpif_name()
that does so.
lib/dpif.c
lib/dpif.h
secchan/ofproto.c
utilities/ovs-dpctl.c
vswitchd/bridge.c