Re: [PATCH v3 0/9] SRP initiator patches for kernel 3.16

2014-05-19 Thread Roland Dreier
The series looks good to me. Reviewed-by: Sagi Grimberg sa...@mellanox.com thanks, queued all 9 patches up. -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH v3 0/9] SRP initiator patches for kernel 3.16

2014-05-18 Thread Sagi Grimberg
On 5/16/2014 4:44 PM, Bart Van Assche wrote: Changes compared to v2: - Reconnect to the SRP target if a local invalidation work request fails. - Swapped the state-next_fmr / next_fr assignments to improve code readability. - Clarified a comment in patch 1/9. - Fixed error handling in

[PATCH v3 0/9] SRP initiator patches for kernel 3.16

2014-05-16 Thread Bart Van Assche
Changes compared to v2: - Reconnect to the SRP target if a local invalidation work request fails. - Swapped the state-next_fmr / next_fr assignments to improve code readability. - Clarified a comment in patch 1/9. - Fixed error handling in srp_create_target() (was broken in v2). - Added a