[ovs-git] Open vSwitch: netdev-vport: Remove set_stats() implementation. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 26 21:04:37 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  2f31a8229e6c20cd1adae4847f704f8f1774a043 (commit)
      from  552e20d02a32cf70b4fcaa18d6f0817f80a3d8d0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2f31a8229e6c20cd1adae4847f704f8f1774a043
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2f31a8229e6c20cd1adae4847f704f8f1774a043
Author: Ethan Jackson <ethan at nicira.com>
		
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 at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/netdev-linux.c |   37 ++++++++++++++++++++++++++++++++++++-
 lib/netdev-vport.c |   44 +-------------------------------------------
 lib/netdev-vport.h |    1 -
 3 files changed, 37 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list