halo

2015-08-22 Thread barr lewis
let us talk
--
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  http://vger.kernel.org/majordomo-info.html


RE: [PATCH] drivers:staging:hfi1: Fix coding style issues

2015-08-22 Thread Marciniszyn, Mike
> Subject: [PATCH] drivers:staging:hfi1: Fix coding style issues
> 
> From: Sergey Lysanov 
> 
> This patch fixes the following issues reported by checkpatch.pl:
> - code indent should use tabs where possible
> 
> Signed-off-by: Sergey Lysanov 
> ---
Doug,

Can you stage this with your github series?

Acked-by: Mike Marciniszyn 

--
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  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] IB/uverbs: reject invalid or unknown opcodes

2015-08-22 Thread Christoph Hellwig
On Sat, Aug 22, 2015 at 06:38:47AM +, Haggai Eran wrote:
> It looks like the default case in the non-UD branch is currently used to 
> handle plain IB_WR_SEND operations, so the patch would cause these to return 
> an error.

Indeed.  It's handled fine in patch 2 which splits up the case, but
will be incorrectly rejected with just this patch applied.
--
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  http://vger.kernel.org/majordomo-info.html