[ovs-git] Open vSwitch: ofproto-dpif: GOTO_TABLE recursion removal. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Mar 8 16:55:45 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  55599423a9ed7f42a8f48a55947bd4bc955e94e9 (commit)
      from  f2245da31ac0b2898980584a87d14ad37c3a70ca (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 55599423a9ed7f42a8f48a55947bd4bc955e94e9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=55599423a9ed7f42a8f48a55947bd4bc955e94e9
Author: Jarno Rajahalme <jarno.rajahalme at nsn.com>
		
ofproto-dpif: GOTO_TABLE recursion removal.
		
Remove recursion from GOTO_TABLE processing in do_xlate_actions().
This allows packet processing pipelines built with goto table be
longer and not interact with each other via the resubmit recursion limit.

Signed-off-by: Jarno Rajahalme <jarno.rajahalme at nsn.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif.c |  115 +++++++++++++++++++++++++++++++----------------
 tests/ofproto-dpif.at  |   14 ++++++
 2 files changed, 90 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list