Resend to the list.  My phone apparently sends html which was rejected.

On Fri, Mar 1, 2013 at 5:51 PM, Ira Weiny <[email protected]> wrote:
> Never mind. I was thinking the check for busy and redirect were "==" not a
> mask.
>
> Sorry many things going on today.
>
> So I think we are good then?
>
> Ira
>
>
>
> "Hefty, Sean" <[email protected]> wrote:
>>
>> > If those reserve fields are either A) not correctly set to 0 or B) are
>> > used for
>>>
>>> some future status this function will fail.  Since the spec says to
>>> ignore them
>>> I would do something like.
>>>
>>>  status = ntohs(status);
>>>  status &= 0x001F;
>>>
>>> With a #define'd mask for 1F of course...  ;-)
>>
>>
>> Your proposed implementation already ignores those bits.  I'm confused.
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
>> the body of a message to [email protected]
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
> --
> www.lightcipher.com



-- 
=====================
http://www.lightcipher.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to