[ovs-git] Open vSwitch: ofproto-dpif-xlate: Simplify the xlate_send_packet() function. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Oct 11 22:52:55 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  690efec27ba170cf1bb5bbdd28e9d354c049829a (commit)
       via  419460f4e1465102bb9699e1e470b4a1349999b1 (commit)
       via  c4af8a9067efcd6ced3c191ae5b04c7d9b786d29 (commit)
      from  02ea2703b94a3d7e5412e9345f86ae80c182eaeb (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 690efec27ba170cf1bb5bbdd28e9d354c049829a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=690efec27ba170cf1bb5bbdd28e9d354c049829a
Author: Alex Wang <alexw at nicira.com>
		
ofproto-dpif-xlate: Simplify the xlate_send_packet() function.
		
This commit simplifies the xlate_send_packet() function by calling
ofproto_dpif_execute_actions() function.

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


commit 419460f4e1465102bb9699e1e470b4a1349999b1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=419460f4e1465102bb9699e1e470b4a1349999b1
Author: Alex Wang <alexw at nicira.com>
		
ofproto-dpif: Make execute_actions() function non-static.
		
This commit changes the execute_actions() function to non-static
function.

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


commit c4af8a9067efcd6ced3c191ae5b04c7d9b786d29
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c4af8a9067efcd6ced3c191ae5b04c7d9b786d29
Author: Alex Wang <alexw at nicira.com>
		
ofproto-dpif: Change comment for execute_actions() function.
		
This commit changes the comment for execute_actions() function,
since the old comment does not apply.

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


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

Summary of changes:
 ofproto/ofproto-dpif-xlate.c |   25 +++----------------------
 ofproto/ofproto-dpif.c       |   27 ++++++++++++++++-----------
 ofproto/ofproto-dpif.h       |    3 +++
 3 files changed, 22 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list