> I applied this part:
> 
>  > -struct nes_cm_node *mini_cm_connect(struct nes_cm_core 
> *cm_core,  > +static struct nes_cm_node 
> *mini_cm_connect(struct nes_cm_core *cm_core,
> 
> since that clearly makes sense, but I dropped:
> 
>  > -  struct nes_qp *nesqp;
>  > +  struct nes_qp *nesqp = NULL;
> 
> and
> 
>  > -  u16 mpa_frame_size = sizeof(struct ietf_mpa_frame) + 
> private_data_len;
>  > +  u16 mpa_frame_size = 0;
> 
>  > +  mpa_frame_size = sizeof(struct ietf_mpa_frame) +
>  > +                                  private_data_len;


Thanks for the corrections.  Acked.

Chien
_______________________________________________
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