datapath: Slim down the vport interface.
authorJesse Gross <jesse@nicira.com>
Sun, 6 Nov 2011 00:08:21 +0000 (17:08 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 8 Nov 2011 02:24:35 +0000 (18:24 -0800)
commit16b82e84fa6e547c9fd7b36873bf89fc25313dc1
treece1089838a6d5f07d872feb725a40af5ff45f1c4
parent74295d01224a80ba2916cec48780dbdd93a73f9f
datapath: Slim down the vport interface.

Many of the function in vport.c are simply pass throughs to their
underlying vport implementation and, of these, many are used only
for bridge compatibility code.  This allows users of these functions
to directly call through the ops structure, reducing boilerplate code
and keeping more of the compatibility code together.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c
datapath/dp_sysfs_dp.c
datapath/dp_sysfs_if.c
datapath/vport.c
datapath/vport.h