[openib-general] RE: [PATCH][iWARP] IW CM Verbs
Sean Hefty
sean.hefty at intel.com
Fri Aug 26 12:01:09 PDT 2005
>Please comment, and if it looks good, I'll commit this to the
>iWARP branch tonight.
Looks fine. See one minor comment below.
>+/* This is provided in the event generated by a remote
>+ * connect request to a listening endpoint
>+ */
>+struct iw_conn_request {
>+ int cr_id;
>+ struct iw_conn_attr conn_attr;
>+ u8 *private_data;
>+ int private_data_len;
>+};
Should cr_id be an int or something more along the lines of struct iw_cm_id *?
- Sean
More information about the general
mailing list