[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 ramachandra.kuchiman...@qlogic.com

Good catch.

Acked-by: Sean Hefty sean.he...@intel.com


___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg