]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: IB: Support Fastreg MR (FRMR) memory registration mode
authorAvinash Repaka <avinash.repaka@oracle.com>
Tue, 1 Mar 2016 23:20:54 +0000 (15:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Mar 2016 19:13:19 +0000 (14:13 -0500)
commit2ffbe7394b789130c7e91ecb628ff352018d90a2
treeb4cf4a644ba1fc2ba50cd478b1fa896bc61b1b2d
parent8802fdd362c359e6cda4809368a48f940ffc1e04
RDS: IB: Support Fastreg MR (FRMR) memory registration mode

Fastreg MR(FRMR) is another method with which one can
register memory to HCA. Some of the newer HCAs supports only fastreg
mr mode, so we need to add support for it to have RDS functional
on them.

Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Avinash Repaka <avinash.repaka@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/Makefile
net/rds/ib.h
net/rds/ib_cm.c
net/rds/ib_frmr.c [new file with mode: 0644]
net/rds/ib_mr.h
net/rds/ib_rdma.c