dpif: Change dpif_port_group_get() semantics.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Jun 2009 21:22:57 +0000 (14:22 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:24 +0000 (09:07 -0700)
commitbb8a9a2b0ea8ced4c285c24e98d2e14656130841
tree8cfa8b3795a2bda87e97d0c1d3873d872b8dfec3
parentf7ef6533d8e48565f21a67021e8477b6f5a59ae3
dpif: Change dpif_port_group_get() semantics.

This function is easier for callers to use if they do not have to guess
how many ports are in the group.  Since it's not performance critical at
all, introduce these easier semantics.
lib/dpif.c
lib/dpif.h
utilities/ovs-dpctl.c