[ovs-git] Open vSwitch: ofproto-dpif: Hide struct dpif_backer. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jun 12 22:33:08 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  cdc3ab6537be3a568c943169fdf644fb1d2da7f2 (commit)
       via  462abef297c6f536e3f58de565681bcf124ea107 (commit)
       via  ae1736c07c60d1638d428b192378183e2d90ada2 (commit)
      from  8961699e0310fd2b77035dc7bff63eb9538daf67 (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 cdc3ab6537be3a568c943169fdf644fb1d2da7f2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=cdc3ab6537be3a568c943169fdf644fb1d2da7f2
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto-dpif: Hide struct dpif_backer.
		
This patch removes the last reference to dpif_backer from
ofproto-dpif-xlate, and moves it's definition into ofproto-dpif.c.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit 462abef297c6f536e3f58de565681bcf124ea107
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=462abef297c6f536e3f58de565681bcf124ea107
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto-dpif: Verify backer in ofport_get_peer().
		
This marginally simplifies the code, and removes a reference to
dpif_backer from ofproto-dpif-xlate.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit ae1736c07c60d1638d428b192378183e2d90ada2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ae1736c07c60d1638d428b192378183e2d90ada2
Author: Ethan Jackson <ethan at nicira.com>
		
mac-learning: Simplify mac_learning_changed().
		
With this patch, the mac_learning module takes responsibility for
remembering tags which need revalidation after a
mac_learning_changed() call.  This removes one of
ofproto-dpif-xlate's dpif_backer uses.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 lib/mac-learning.c           |   23 ++++++++----
 lib/mac-learning.h           |    3 +-
 ofproto/ofproto-dpif-xlate.c |   17 +++------
 ofproto/ofproto-dpif.c       |   82 +++++++++++++++++++++++++++++++++++++++++-
 ofproto/ofproto-dpif.h       |   70 ++----------------------------------
 5 files changed, 105 insertions(+), 90 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list