]> git.baikalelectronics.ru Git - kernel.git/commit
IB/iser: make FMR "page size" be 4K and not PAGE_SIZE
authorErez Zilber <erezz@voltaire.com>
Mon, 11 Sep 2006 09:22:30 +0000 (12:22 +0300)
committerRoland Dreier <rolandd@cisco.com>
Fri, 22 Sep 2006 22:22:51 +0000 (15:22 -0700)
commitaf2339716b778591313e400d50c6bf4e3aa21da0
treeca68e1f128305185c8cb807e15ab67b36b2be2a5
parent715941d078748ba026fbf7aee17f4c712ae6282d
IB/iser: make FMR "page size" be 4K and not PAGE_SIZE

As iser is able to use at most one rdma operation for the
execution of a scsi command, and registration of the sg
associated with scsi command has its restrictions, the code
checks if an sg is "aligned for rdma".

Alignment for rdma is measured in "fmr page" units whose
possible resolutions are different between HCAs and can be
smaller, equal or bigger to the system page size.

When the system page size is bigger than 4KB (eg the default
with ia64 kernels) there a bigger chance that an sg would be
aligned for rdma if the fmr page size is 4KB.

Change the code to create FMR whose pages are of size 4KB
and to take that into account when processing the sg.

Signed-off-by: Erez Zilber <erezz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/iser/iscsi_iser.h
drivers/infiniband/ulp/iser/iser_memory.c
drivers/infiniband/ulp/iser/iser_verbs.c