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

dev at openvswitch.org dev at openvswitch.org
Wed Apr 6 04:12:18 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, branch-1.1 has been updated
       via  acae5cd34da321daac7882921d42175f29359bb1 (commit)
      from  0aece026fa151cc48c00cf799c50ef7f8b776db0 (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 acae5cd34da321daac7882921d42175f29359bb1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=acae5cd34da321daac7882921d42175f29359bb1
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