dpif-linux: Choose port numbers more prudently.
authorEthan Jackson <ethan@nicira.com>
Mon, 4 Apr 2011 23:55:34 +0000 (16:55 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 6 Apr 2011 04:07:15 +0000 (21:07 -0700)
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.


No differences found