datapath: Remove implementation of port groups.
authorBen Pfaff <blp@nicira.com>
Fri, 8 Oct 2010 23:36:13 +0000 (16:36 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Oct 2010 19:40:11 +0000 (12:40 -0700)
commitf1588b1fa1be46231ee079358e428dae74ff09cc
tree3f394d65f8695ddce7ba2cfa4a1d425aaad4cb12
parent2b9d65898426b2e15d05dc6a9ffdbcb92933398f
datapath: Remove implementation of port groups.

The "port group" concept seems like a good one, but it has not been
used very much in userspace so far, so before we commit ourselves to
a frozen API that we must maintain forever, remove it.  We can always
add it back in later as a new kind of vport.

Signed-off-by: Ben Pfaff <blp@nicira.com>
17 files changed:
datapath/actions.c
datapath/datapath.c
datapath/datapath.h
datapath/odp-compat.h
include/openvswitch/datapath-protocol.h
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
lib/odp-util.c
ofproto/ofproto-sflow.c
ofproto/ofproto-sflow.h
ofproto/ofproto.c
ofproto/ofproto.h
utilities/ovs-dpctl.8.in
utilities/ovs-dpctl.c