[ovs-git] Open vSwitch: netdev: Factor restoring flags into new "struct netdev_saved_flags". (master)

dev at openvswitch.org dev at openvswitch.org
Fri May 10 18:36:34 UTC 2013


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  4b60911067a82fbdfa87b7c2824412da20287ed8 (commit)
      from  0ad90c845b7e82090a846fbe9f927e8d1c84cfc9 (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 4b60911067a82fbdfa87b7c2824412da20287ed8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4b60911067a82fbdfa87b7c2824412da20287ed8
Author: Ben Pfaff <blp at nicira.com>
		
netdev: Factor restoring flags into new "struct netdev_saved_flags".
		
This gets rid of the only per-instance data in "struct netdev", which
will make it possible to merge "struct netdev_dev" into "struct netdev" in
a later commit.

Ed Maste wrote the netdev-bsd changes in this commit.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Co-authored-by: Ed Maste <emaste at freebsd.org>
Signed-off-by: Ed Maste <emaste at freebsd.org>
Tested-by: Ed Maste <emaste at freebsd.org>


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

Summary of changes:
 lib/dpif-netdev.c     |    6 ++-
 lib/netdev-bsd.c      |   43 +++++++------
 lib/netdev-dummy.c    |    5 +-
 lib/netdev-linux.c    |   22 +++----
 lib/netdev-provider.h |   14 ++--
 lib/netdev-vport.c    |    2 +-
 lib/netdev.c          |  177 +++++++++++++++++++++++++++++--------------------
 lib/netdev.h          |   28 +++++---
 ofproto/ofproto.c     |    4 +-
 utilities/ovs-dpctl.c |    4 +-
 vswitchd/bridge.c     |    4 +-
 11 files changed, 175 insertions(+), 134 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list