Re: [PATCH] ibsim: support LID portions of directed-route SMPs

2011-08-11 Thread Rolf Manderscheid
Hi Alex, route_MAD() breaks the LID route support. I think the change to route_MAD() is sound, there's no change in behaviour for LID-routed packets. The path argument is expected to be NULL in the case of a LID routed MAD, which causes an early return, but this is only an optimization. Even

Re: [PATCH] ibsim: support LID portions of directed-route SMPs

2011-08-09 Thread Alex Netes
Hi Rolf, On 17:29 Fri 05 Aug , Rolf Manderscheid wrote: Heed the DRSLID and DRDLID fields in DR SMPs. Signed-off-by: Rolf Manderscheid r...@obsidianresearch.com --- ibsim/sim_mad.c | 35 +-- 1 files changed, 25 insertions(+), 10 deletions(-) diff

[PATCH] ibsim: support LID portions of directed-route SMPs

2011-08-05 Thread Rolf Manderscheid
Heed the DRSLID and DRDLID fields in DR SMPs. Signed-off-by: Rolf Manderscheid r...@obsidianresearch.com --- ibsim/sim_mad.c | 35 +-- 1 files changed, 25 insertions(+), 10 deletions(-) diff --git a/ibsim/sim_mad.c b/ibsim/sim_mad.c index 61d4866..9396ca3