netdev-vport: Use vport set_stats instead of internal dev.
authorJesse Gross <jesse@nicira.com>
Wed, 9 Jun 2010 19:54:34 +0000 (12:54 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 10 Jun 2010 21:30:51 +0000 (14:30 -0700)
commitf4b6076acab233cfe02e7eaefdeafbb69dfae556
tree6d9b47884c3db784749e4f6e35a431ba9d071c58
parent7fbef77a30dc415e41b9803b5443ce4675149b19
netdev-vport: Use vport set_stats instead of internal dev.

In certain cases we require the ability to provide stats that are
added to the values collected by the kernel (currently only used
by bond fake devices).  Internal devices previously implemented
this directly but now that their stats are now handled by the vport
layer the functionality has been moved there.  This removes the
userspace code to set the stats and replaces it with a mechanism
to access the equivalent functionality in the vport layer.
include/openvswitch/automake.mk
include/openvswitch/internal_dev.h [deleted file]
lib/netdev-gre.c
lib/netdev-linux.c
lib/netdev-patch.c
lib/netdev-vport.c
lib/netdev-vport.h
vswitchd/bridge.c