[ovs-git] Open vSwitch: datapath: Reduce loop limit by one to 4. (branch-1.10)

dev at openvswitch.org dev at openvswitch.org
Tue Mar 12 20:24:23 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, branch-1.10 has been updated
       via  1f3050b88836cf8bc787d38447778d38a787bc8d (commit)
      from  4458fc9b1394cc32d48a5a7b3cafa20e3bbe8362 (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 1f3050b88836cf8bc787d38447778d38a787bc8d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1f3050b88836cf8bc787d38447778d38a787bc8d
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Reduce loop limit by one to 4.
		
We currently allow five trips through the kernel datapath
before dropping the packet to protect the stack.  However, there
have been a few reports recently involving tunneling that this is
still too much.  Although it's not a complete solution, this reduces
the limit by one to balance safety in common situations with
flexibility.

Bug #15477

Reported-by: Paul Ingram <paul at nicira.com>
Reported-by: 謝秉融 <faithfulman at gmail.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Pravin B Shelar <pshelar at nicira.com>


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

Summary of changes:
 datapath/actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list