RDMA/qedr: Use the common mmap API
Remove all functions related to mmap from qedr and use the common API. Link: https://lore.kernel.org/r/20191030094417.16866-7-michal.kalderon@marvell.com Signed-off-by: Ariel Elior <ariel.elior@marvell.com> Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Esse commit está contido em:

commit de
Jason Gunthorpe

pai
11f1a75567
commit
4c6bb02d59
@@ -212,6 +212,7 @@ static const struct ib_device_ops qedr_dev_ops = {
|
||||
.get_link_layer = qedr_link_layer,
|
||||
.map_mr_sg = qedr_map_mr_sg,
|
||||
.mmap = qedr_mmap,
|
||||
.mmap_free = qedr_mmap_free,
|
||||
.modify_port = qedr_modify_port,
|
||||
.modify_qp = qedr_modify_qp,
|
||||
.modify_srq = qedr_modify_srq,
|
||||
|
Referência em uma nova issue
Block a user