udplite split-out
From: David Miller <davem@davemloft.net>
Date: 2008-03-06 23:12:26
From: David Miller <davem@davemloft.net>
Date: 2008-03-06 23:12:26
I think I'm going to revert this. Firstly, as far as I can tell this specific change was not discussed at all on netdev, it was just included inside of the ipv6 pull request. This is always wrong. Secondly, udplite is of such small cost, and it is a core protocol just like TCP and normal UDP are. We spent enormous amounts of effort to make udplite share as much code with core UDP as possible. All of that work is less valuable if we're just going to slap a config option on udplite support. It is also causing build failures, as reported on linux-next, showing that the changeset was not tested very well. In fact, this is the second build failure resulting from the udplite change. Therefore I am reverting it, sorry.