K 10 svn:author V 6 bryanv K 8 svn:date V 27 2014-08-10T00:03:40.565249Z K 7 svn:log V 404 Improve the random source port selection VXLAN uses a random source port to ensure a reasonable distribution of the encapsulated packet flows. If available, use the RSS hash of the inner packet. Otherwise, use a constant hash based on the inner frame Ethernet header. The previous code would select a different source port for each frame, potentially causing out of order processing on the destination. END