netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Disable multipath cache routing
@ 2006-05-20  2:52 Chris Wedgwood
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Wedgwood @ 2006-05-20  2:52 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller

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
removing it entirely.


Signed-off-by: Chris Wedgwood <cw@f00f.org>

diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 011cca7..3a08b9e 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -124,7 +124,7 @@ config IP_ROUTE_MULTIPATH
 
 config IP_ROUTE_MULTIPATH_CACHED
 	bool "IP: equal cost multipath with caching support (EXPERIMENTAL)"
-	depends on IP_ROUTE_MULTIPATH
+	depends on IP_ROUTE_MULTIPATH && BROKEN
 	help
 	  Normally, equal cost multipath routing is not supported by the
 	  routing cache. If you say Y here, alternative routes are cached

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-22  4:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <446ED597.20300@calsoftinc.com>
2006-05-20  9:41 ` [PATCH] Disable multipath cache routing pravin b shelar
2006-05-20 20:51   ` Chris Wedgwood
2006-05-22  4:55     ` [CFT] CONFIG_IP_ROUTE_MULTIPATH_CACHED [was Re: [PATCH] Disable multipath cache routing ] Ravikiran G Thirumalai
2006-05-20  2:52 [PATCH] Disable multipath cache routing Chris Wedgwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).