linux/drivers/infiniband/ulp/iser
Sagi Grimberg dd0107a089 IB/iser: set block queue_virt_boundary
The block layer can reliably guarantee that SG lists won't
contain gaps (page unaligned) if a driver set the queue
virt_boundary.

With this setting the block layer will:
- refuse merges if bios are not aligned to the virtual boundary
- split bios/requests that are not aligned to the virtual boundary
- or, bounce buffer SG_IOs that are not aligned to the virtual boundary

Since iser is working in 4K page size, set the virt_boundary to
4K pages. With this setting, we can now safely remove the bounce
buffering logic in iser.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2015-10-28 12:26:06 -04:00
..
iscsi_iser.c IB/iser: set block queue_virt_boundary 2015-10-28 12:26:06 -04:00
iscsi_iser.h IB/iser: set block queue_virt_boundary 2015-10-28 12:26:06 -04:00
iser_initiator.c IB/iser: set block queue_virt_boundary 2015-10-28 12:26:06 -04:00
iser_memory.c IB/iser: set block queue_virt_boundary 2015-10-28 12:26:06 -04:00
iser_verbs.c IB/iser: Add module parameter for always register memory 2015-09-25 10:46:51 -04:00
Kconfig Update broken web addresses in the kernel. 2010-10-18 11:03:14 +02:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00