[ovs-git] Open vSwitch: dpif-linux: Choose port numbers more prudently. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Apr 6 03:41:15 UTC 2011


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  773cd53821425ae2380fb741c85172a0ff8cb478 (commit)
      from  c804cadfe92268da4658d3089ad8fb99c35121f3 (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 773cd53821425ae2380fb741c85172a0ff8cb478
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=773cd53821425ae2380fb741c85172a0ff8cb478
Author: Ethan Jackson <ethan at nicira.com>
		
dpif-linux: Choose port numbers more prudently.
		
Before this patch the kernel chose the lowest available number for
newly created datapath ports.  This patch moves the port number
choosing responsibility to user space, and implements a least
recently used port number queue in an attempt to avoid reuse.

Bug #2140.


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

Summary of changes:
 lib/dpif-linux.c |   63 +++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 58 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list