> > +                  if (ib_wr->send_flags & IB_SEND_SOLICITED
 > > +                          && ib_wr->send_flags & IB_SEND_INVALIDATE) {
 > 
 > How about
 >      if (ib_wr->send_flags & (IB_SEND_SOLICITED | IB_SEND_INVALIDATE))

These two aren't equivalent -- the first has an &&, yours works like ||.
Which is correct?
_______________________________________________
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