> +     struct iser_cm_hdr rsp_hdr;
>  
>       memset(&cp, 0, sizeof(struct rdma_conn_param));
>       cp.initiator_depth = isert_conn->initiator_depth;
>       cp.retry_count = 7;
>       cp.rnr_retry_count = 7;
>  
> +     memset(&rsp_hdr, 0, sizeof(rsp_hdr));
> +     rsp_hdr.flags = (ISERT_ZBVA_NOT_USED | ISERT_SEND_W_INV_NOT_USED);
> +     cp.private_data = (void *)&rsp_hdr;
> +     cp.private_data_len = sizeof(rsp_hdr);

Btw, where does iser_cm_hdr and these flags come from?  I can't find
anything like this in RFC7145.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to