Hal Rosenstock wrote: > - if (count < sizeof (struct ib_user_mad) + 256) /* until RMPP supported */ > + if (count < sizeof (struct ib_user_mad) + 256) > return -EINVAL; Does it make more sense to use sizeof(struct ib_mad) rather than 256? - Sean