[ovs-git] Open vSwitch: upcall: Remove redundant xlate_actions_for_side_effects(). (master)

dev at openvswitch.org dev at openvswitch.org
Fri May 23 18:04:42 UTC 2014


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  691d39b2f93bc6d6339de82d4aeca337ab6aed86 (commit)
      from  3b3f885732a8cc7424812dd65be0ed8755b70438 (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 691d39b2f93bc6d6339de82d4aeca337ab6aed86
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=691d39b2f93bc6d6339de82d4aeca337ab6aed86
Author: Ethan Jackson <ethan at nicira.com>
		
upcall: Remove redundant xlate_actions_for_side_effects().
		
As a result of commit a0bab87 (ofproto: Remove per-flow miss hash
table from upcall handler.) we're guaranteed that every packet has had
xlate_actions() called on it at least once.  Therefore, there's no
need to re-xlate slow path flows just to shove their packets through
the system.

This also may fix a bug discussed here:
http://openvswitch.org/pipermail/discuss/2014-April/013670.html

Signed-off-by: Ethan Jackson <ethan at nicira.com>
Reported-by: Murphy McCauley <murphy.mccauley at gmail.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif-upcall.c |   12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list