This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-08-05 08:43:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fb1a22be9d
linux
/
drivers
/
infiniband
/
hw
/
qedr
/
Makefile
4 lines
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
qedr: Add RoCE driver framework Adds a skeletal implementation of the qed* RoCE driver - basically the ability to communicate with the qede driver and receive notifications from it regarding various init/exit events. Signed-off-by: Rajesh Borundia <rajesh.borundia@cavium.com> Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-10-10 13:15:30 +03:00
obj-$(CONFIG_INFINIBAND_QEDR)
:=
qedr.o
RDMA/qedr: Rename the qedr_cm file as a preparation for iWARP support The main differences between iWARP and RoCE lay in the communication management functions. These will be placed in separate files. Signed-off-by: Michal Kalderon <Michal.Kalderon@cavium.com> Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-07-26 14:41:51 +03:00
qedr-y
:=
main.o verbs.o qedr_roce_cm.o
Reference in a new issue
Copy permalink