Re: [PATCH] Fix garbage collection of multipath route entries

2006-02-21 Thread David S. Miller
From: Suresh Bhogavilli <[EMAIL PROTECTED]> Date: Tue, 21 Feb 2006 18:55:48 -0500 > [PATCH] Fix garbage collection of multipath route entries > > When garbage collecting route cache entries of multipath routes in > rt_garbage_collect(), entries were deleted from the hash bucket 'i' > while holdin

Re: [PATCH] Fix garbage collection of multipath route entries

2006-02-21 Thread Suresh Bhogavilli
Sorry. I am Outlook challenged. This new mailer works for me. I hope it works for you. [PATCH] Fix garbage collection of multipath route entries When garbage collecting route cache entries of multipath routes in rt_garbage_collect(), entries were deleted from the hash bucket 'i' while holding

Re: [PATCH] Fix garbage collection of multipath route entries

2006-02-21 Thread David S. Miller
From: "Bhogavilli, Suresh" <[EMAIL PROTECTED]> Date: Tue, 21 Feb 2006 11:38:06 -0500 > When garbage collecting route cache entries of multipath routes > in rt_garbage_collect(), entries were deleted from the hash bucket > 'i' while holding a spin lock on bucket 'k' resulting in a system > hang. D

RE: [PATCH] Fix garbage collection of multipath route entries

2006-02-21 Thread Bhogavilli, Suresh
When garbage collecting route cache entries of multipath routes in rt_garbage_collect(), entries were deleted from the hash bucket 'i' while holding a spin lock on bucket 'k' resulting in a system hang. Delete entries, if any, from bucket 'k' instead. Signed-off-by: Suresh Bhogavilli <[EMAIL PROT

Re: [PATCH] Fix garbage collection of multipath route entries

2006-02-20 Thread David S. Miller
From: "Bhogavilli, Suresh" <[EMAIL PROTECTED]> Date: Mon, 20 Feb 2006 15:39:46 -0500 > When garbage collecting route cache entries of multipath routes > in rt_garbage_collect(), entries were deleted from the hash bucket > 'i' while holding a spin lock on bucket 'k' resulting in a system > hang. D