[ovs-git] Open vSwitch: netdev: Get rid of netdev_dev. (master)

dev at openvswitch.org dev at openvswitch.org
Fri May 10 21:46:57 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  b5d57fc87925cb3c029de19d0a94de5ca07ae28e (commit)
       via  180c6d0b440961cbc873c4d045eb8b2daa1364e9 (commit)
       via  796223f5bc3a4896e6398733c798390158479400 (commit)
      from  33ab38d9b861ab07fc4a291b77ce426bb3a1609e (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 b5d57fc87925cb3c029de19d0a94de5ca07ae28e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b5d57fc87925cb3c029de19d0a94de5ca07ae28e
Author: Ben Pfaff <blp at nicira.com>
		
netdev: Get rid of netdev_dev.
		
The distinction between struct netdev_dev and struct netdev has always
been confusing.  Now that previous commits have eliminated all interesting
state from struct netdev, this commit deletes it and renames struct
netdev_dev to take its place.  Now the situation makes much more sense and
I won't have to continue making embarrassed explanations in the future.

Good riddance.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 180c6d0b440961cbc873c4d045eb8b2daa1364e9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=180c6d0b440961cbc873c4d045eb8b2daa1364e9
Author: Ben Pfaff <blp at nicira.com>
		
Rename superclass members to 'up'.
		
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


commit 796223f5bc3a4896e6398733c798390158479400
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=796223f5bc3a4896e6398733c798390158479400
Author: Ben Pfaff <blp at nicira.com>
		
netdev: Add new "struct netdev_rx" for capturing packets from a netdev.
		
Separating packet capture from "struct netdev" means that there is no
remaining per-"struct netdev" state, which will allow us to get rid of
"struct netdev_dev" (by renaming it "struct netdev").

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 lib/dpif-netdev.c     |   13 +-
 lib/netdev-bsd.c      |  546 +++++++++++++----------------
 lib/netdev-dummy.c    |  270 +++++++--------
 lib/netdev-linux.c    |  924 ++++++++++++++++++++++--------------------------
 lib/netdev-provider.h |  172 ++++------
 lib/netdev-vport.c    |  147 ++++-----
 lib/netdev.c          |  421 ++++++++++-------------
 lib/netdev.h          |   21 +-
 8 files changed, 1119 insertions(+), 1395 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list