[openib-general] Re: [PATCH] cleanup/fixes for handle_outgoing_smp

2004-11-29 Thread Sean Hefty
Hal Rosenstock wrote: This patch restructures handle_outgoing_smp to improve its readability I can't see for sure for your patch. The main changes are that the code is outdented and moved from nested if's to a switch statement. and fixes the following issues: removes unneeded memory allocation f

[openib-general] Re: [PATCH] cleanup/fixes for handle_outgoing_smp

2004-11-28 Thread Hal Rosenstock
On Wed, 2004-11-24 at 19:59, Sean Hefty wrote: > This patch restructures handle_outgoing_smp to improve its readability > and fixes the following issues: removes unneeded memory allocation for > received SMP, properly sends a SMP if the underlying HCA driver does not > provide a process_mad routine