Re: opensm/osm_opensm.c: no report when SM is exiting

2010-08-25 Thread Sasha Khapyorsky
On 16:38 Wed 18 Aug , Yevgeny Kliteynik wrote: > Don't bother reporting events to plug-ins while SM is exiting. > > Signed-off-by: Yevgeny Kliteynik Applied. Thanks. Sasha -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.ker

Re: opensm/osm_opensm.c: no report when SM is exiting

2010-08-19 Thread Yevgeny Kliteynik
On 19-Aug-10 3:59 AM, Ira Weiny wrote: > On Wed, 18 Aug 2010 14:58:44 -0700 > Yevgeny Kliteynik wrote: > >> On 18-Aug-10 7:06 PM, Ira Weiny wrote: >>> On Wed, 18 Aug 2010 06:38:14 -0700 >>> Yevgeny Kliteynik wrote: >>> Don't bother reporting events to plug-ins while SM is exiting. >>> >>>

Re: opensm/osm_opensm.c: no report when SM is exiting

2010-08-18 Thread Ira Weiny
On Wed, 18 Aug 2010 14:58:44 -0700 Yevgeny Kliteynik wrote: > On 18-Aug-10 7:06 PM, Ira Weiny wrote: > > On Wed, 18 Aug 2010 06:38:14 -0700 > > Yevgeny Kliteynik wrote: > > > >> Don't bother reporting events to plug-ins while SM is exiting. > > > > Does this fix a bug? > > Don't think so (at

Re: opensm/osm_opensm.c: no report when SM is exiting

2010-08-18 Thread Yevgeny Kliteynik
On 18-Aug-10 7:06 PM, Ira Weiny wrote: > On Wed, 18 Aug 2010 06:38:14 -0700 > Yevgeny Kliteynik wrote: > >> Don't bother reporting events to plug-ins while SM is exiting. > > Does this fix a bug? Don't think so (at least not that I'm aware of it). For me, the issue here is optimization. -- Yev

Re: opensm/osm_opensm.c: no report when SM is exiting

2010-08-18 Thread Ira Weiny
On Wed, 18 Aug 2010 06:38:14 -0700 Yevgeny Kliteynik wrote: > Don't bother reporting events to plug-ins while SM is exiting. Does this fix a bug? Ira > > Signed-off-by: Yevgeny Kliteynik > --- > opensm/opensm/osm_opensm.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > di

opensm/osm_opensm.c: no report when SM is exiting

2010-08-18 Thread Yevgeny Kliteynik
Don't bother reporting events to plug-ins while SM is exiting. Signed-off-by: Yevgeny Kliteynik --- opensm/opensm/osm_opensm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/opensm/osm_opensm.c b/opensm/opensm/osm_opensm.c index d3dc02e..50e8763 100644 --- a/ope