From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 09 Nov 2006 12:27:37 +0100
> Now that all protocols have been made aware of the mark > field it can be moved out of the union thus simplyfing > its usage. > > The config options in the IPv4/IPv6/DECnet subsystems > to enable respectively disable mark based routing only > obfuscate the code with ifdefs, the cost for the > additional comparison in the flow key is insignificant, > and most distributions have all these options enabled > by default anyway. Therefore it makes sense to remove > the config options and enable mark based routing by > default. > > Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Applied, and I moved the mark in the flowi up to the top right after oif/iif in order to make sure it's in the same 32-byte cache line with the ipv4 addressing. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
