Hi Moni,

On 7/23/07, Moni Shoua <[EMAIL PROTECTED]> wrote:

Hal Rosenstock wrote:
>
>     -               if (pkey == tmp_pkey) {
>     +               if ((pkey & 0x7fff) == (tmp_pkey & 0x7fff)) {
>
>
> Wouldn't this allow 2 limited PKeys to match though ?
Hi Hal,
Can you please explain what do you mean? Perhaps by example?


Two Pkeys which have their full memebership bit off (0x8000). Two limited
members are not allowed to talk with each other.

-- Hal



> -- Hal
>
>                            *index = i;
>                            return 0;
>                    }
>
>     _______________________________________________
>     general mailing list
>     [email protected] <mailto:[email protected]>
>     http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general
>     <http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general>
>
>     To unsubscribe, please visit
>     http://openib.org/mailman/listinfo/openib-general
>
>



_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to