> > Changelog: > v1->v2: > * Rebased on latest rdma/for-next > * Replaced mutex lock which protect linked lists to be RW semaphore. > It has no impact on current implementation, because there is only one > reader (nldev) and it is serialized. However better to be prepared > for multiple readers from the beginning. > * Added reinitialization next QP entry logic to ensure that it exists > and didn't vanish during fill_req_qp() work. > v0->v1: > * Dropped RFC > * Separated to thre series, one for for-rc, and two for-next. Hey Leon, This series looks good to me. Reviewed-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html