Skip to content

Commit 99d195c

Browse files
mkalderondledford
authored andcommitted
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 <[email protected]> Signed-off-by: Ram Amrani <[email protected]> Signed-off-by: Ariel Elior <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
1 parent 7c3d2bc commit 99d195c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

drivers/infiniband/hw/qedr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
obj-$(CONFIG_INFINIBAND_QEDR) := qedr.o
22

3-
qedr-y := main.o verbs.o qedr_cm.o
3+
qedr-y := main.o verbs.o qedr_roce_cm.o

drivers/infiniband/hw/qedr/qedr_cm.c renamed to drivers/infiniband/hw/qedr/qedr_roce_cm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include "qedr.h"
4949
#include "verbs.h"
5050
#include <rdma/qedr-abi.h>
51-
#include "qedr_cm.h"
51+
#include "qedr_roce_cm.h"
5252

5353
void qedr_inc_sw_gsi_cons(struct qedr_qp_hwq_info *info)
5454
{

drivers/infiniband/hw/qedr/verbs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#include "qedr.h"
5050
#include "verbs.h"
5151
#include <rdma/qedr-abi.h>
52-
#include "qedr_cm.h"
52+
#include "qedr_roce_cm.h"
5353

5454
#define DB_ADDR_SHIFT(addr) ((addr) << DB_PWM_ADDR_OFFSET_SHIFT)
5555

0 commit comments

Comments
 (0)