Re: [PATCH 6/8] IB/srp: set virt_boundary_mask in the scsi host

2019-06-24 Thread Max Gurtovoy
On 6/17/2019 3:19 PM, Christoph Hellwig wrote: This ensures all proper DMA layer handling is taken care of by the SCSI midlayer. Signed-off-by: Christoph Hellwig Looks good, Reviewed-by: Max Gurtovoy

Re: [PATCH 6/8] IB/srp: set virt_boundary_mask in the scsi host

2019-06-17 Thread Bart Van Assche
On 6/17/19 5:19 AM, Christoph Hellwig wrote: This ensures all proper DMA layer handling is taken care of by the SCSI midlayer. Acked-by: Bart Van Assche

Re: [PATCH 6/8] IB/srp: set virt_boundary_mask in the scsi host

2019-06-17 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg

[PATCH 6/8] IB/srp: set virt_boundary_mask in the scsi host

2019-06-17 Thread Christoph Hellwig
This ensures all proper DMA layer handling is taken care of by the SCSI midlayer. Signed-off-by: Christoph Hellwig --- drivers/infiniband/ulp/srp/ib_srp.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/infini