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
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
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
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
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