diff options
author | Avinash Repaka <avinash.repaka@oracle.com> | 2016-03-01 15:20:54 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-02 14:13:19 -0500 |
commit | 1659185fb4d0025835eb2058a141f0746c5cab00 (patch) | |
tree | b4cf4a644ba1fc2ba50cd478b1fa896bc61b1b2d /net/rds/Makefile | |
parent | ad6832f950d35df8c70b577993a24b31b34d88e4 (diff) | |
download | linux-stable-1659185fb4d0025835eb2058a141f0746c5cab00.tar.gz linux-stable-1659185fb4d0025835eb2058a141f0746c5cab00.tar.bz2 linux-stable-1659185fb4d0025835eb2058a141f0746c5cab00.zip |
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>
Diffstat (limited to 'net/rds/Makefile')
-rw-r--r-- | net/rds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/Makefile b/net/rds/Makefile index bcf5591b493a..0e72bec1529f 100644 --- a/net/rds/Makefile +++ b/net/rds/Makefile @@ -6,7 +6,7 @@ rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \ obj-$(CONFIG_RDS_RDMA) += rds_rdma.o rds_rdma-y := rdma_transport.o \ ib.o ib_cm.o ib_recv.o ib_ring.o ib_send.o ib_stats.o \ - ib_sysctl.o ib_rdma.o ib_fmr.o + ib_sysctl.o ib_rdma.o ib_fmr.o ib_frmr.o obj-$(CONFIG_RDS_TCP) += rds_tcp.o |