0bbb3b7496
Make the rxe and rdmavt drivers use dma_virt_ops. Update the comments that refer to the source files removed by this patch. Remove struct ib_dma_mapping_ops. Remove ib_device.dma_ops. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Cc: Andrew Boyer <andrew.boyer@dell.com> Cc: Dennis Dalessandro <dennis.dalessandro@intel.com> Cc: Jonathan Toppins <jtoppins@redhat.com> Cc: Alex Estrin <alex.estrin@intel.com> Cc: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
24 lines
322 B
Makefile
24 lines
322 B
Makefile
obj-$(CONFIG_RDMA_RXE) += rdma_rxe.o
|
|
|
|
rdma_rxe-y := \
|
|
rxe.o \
|
|
rxe_comp.o \
|
|
rxe_req.o \
|
|
rxe_resp.o \
|
|
rxe_recv.o \
|
|
rxe_pool.o \
|
|
rxe_queue.o \
|
|
rxe_verbs.o \
|
|
rxe_av.o \
|
|
rxe_srq.o \
|
|
rxe_qp.o \
|
|
rxe_cq.o \
|
|
rxe_mr.o \
|
|
rxe_opcode.o \
|
|
rxe_mmap.o \
|
|
rxe_icrc.o \
|
|
rxe_mcast.o \
|
|
rxe_task.o \
|
|
rxe_net.o \
|
|
rxe_sysfs.o
|