[CFT] CONFIG_IP_ROUTE_MULTIPATH_CACHED [was Re: [PATCH] Disable multipath cache routing ]

2006-05-21 Thread Ravikiran G Thirumalai
On Sat, May 20, 2006 at 01:51:45PM -0700, Chris Wedgwood wrote: > ... > Anyhow, the code as-is hasn't been maintained for a long time except > for a few minor blips (I'm using hg's annotate to find those and have > included those people on the cc' list as presumably there are using > these features

Re: [PATCH] Disable multipath cache routing

2006-05-20 Thread Chris Wedgwood
(cc' list exploded to include various people who might not be reading netdev, sorry about that) On Sat, May 20, 2006 at 03:11:20PM +0530, pravin b shelar wrote: > I am working on Linux multipath networking and I will like to fix > bugs related to equal cost multipath caching support. My expe

Re: [PATCH] Disable multipath cache routing

2006-05-20 Thread pravin b shelar
Chris Wedgwood wrote: Apparently IP_ROUTE_MULTIPATH_CACHED isn't entirely safe to use and will oops the kernel "sooner or later". The Kconfig comment says EXPERIMENTAL but it's not. Let's go further and mark it BROKEN for now (leaving the comment as-is though). If nobody steps up to resurrect

[PATCH] Disable multipath cache routing

2006-05-19 Thread Chris Wedgwood
Apparently IP_ROUTE_MULTIPATH_CACHED isn't entirely safe to use and will oops the kernel "sooner or later". The Kconfig comment says EXPERIMENTAL but it's not. Let's go further and mark it BROKEN for now (leaving the comment as-is though). If nobody steps up to resurrect this code we can discuss