Re: ***SPAM*** Re: [ewg] Re: [ofa-general] [PATCH] ib_mad: Fix RMPP header RRespTime manipulation

2009-03-01 Thread Jack Morgenstein
I'm doing this right now. - Jack On Sunday 01 March 2009 15:53, Ramachandra K wrote: > Vlad, > > Can you please apply this ib_mad.h fix to the OFED-1.4 git tree too ? > > Regards, > Ram > > On Sat, Feb 28, 2009 at 12:02 AM, Roland Dreier wrote: > > thanks, applied. > > ___

***SPAM*** Re: [ewg] Re: [ofa-general] [PATCH] ib_mad: Fix RMPP header RRespTime manipulation

2009-03-01 Thread Ramachandra K
Vlad, Can you please apply this ib_mad.h fix to the OFED-1.4 git tree too ? Regards, Ram On Sat, Feb 28, 2009 at 12:02 AM, Roland Dreier wrote: > thanks, applied. > ___ > ewg mailing list > ewg@lists.openfabrics.org > http://lists.openfabrics.org/cgi-

[ewg] Re: [ofa-general] [PATCH] ib_mad: Fix RMPP header RRespTime manipulation

2009-02-27 Thread Roland Dreier
thanks, applied. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] RE: [ofa-general] [PATCH] ib_mad: Fix RMPP header RRespTime manipulation

2009-02-26 Thread Sean Hefty
>Fix ib_set_rmpp_flags() to use the correct bit mask for RRespTime. >In the 8-bit field of the RMPP header, the first 5 bits >are RRespTime and next 3 bits are RMPPFlags. Hence to retain >the first 5 bits, the mask should be 0xF8 instead of 0xF1. > >Signed-off-by: Ramachandra K Good catch. Acked