netdev-vport: Remove set_stats() implementation.
authorEthan Jackson <ethan@nicira.com>
Sat, 1 Dec 2012 00:12:03 +0000 (16:12 -0800)
committerEthan Jackson <ethan@nicira.com>
Wed, 26 Dec 2012 21:01:33 +0000 (13:01 -0800)
commit2f31a8229e6c20cd1adae4847f704f8f1774a043
tree85a06bd093fa83715f5ce9eddf57590977a813ba
parent552e20d02a32cf70b4fcaa18d6f0817f80a3d8d0
netdev-vport: Remove set_stats() implementation.

The only user of netdev_set_stats() is bonding (for updating the
fake interface).  This interface is never a vport, so it seems
quite a bit cleaner to keep the relevant code in the netdev-linux
library where it's needed, instead of in netdev-vport, where it
adds needless complexity.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/netdev-linux.c
lib/netdev-vport.c
lib/netdev-vport.h