diff options
author | David S. Miller <davem@davemloft.net> | 2017-06-21 21:33:00 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-21 21:33:00 +0200 |
commit | 52f80dca7a1a9f4ad6f6bd5a9b9d25851e3d670a (patch) | |
tree | cd451fcec89c8c4488bc031a85b0bcb189984d7f /drivers/infiniband/hw/qedr/qedr.h | |
parent | bpf: expose prog id for cls_bpf and act_bpf (diff) | |
parent | qed*: Rename qed_roce_if.h to qed_rdma_if.h (diff) | |
download | linux-52f80dca7a1a9f4ad6f6bd5a9b9d25851e3d670a.tar.xz linux-52f80dca7a1a9f4ad6f6bd5a9b9d25851e3d670a.zip |
Merge branch 'qed-File-split-and-rename-towards-iWARP-support'
Michal Kalderon says:
====================
qed*: File split and rename towards iWARP support
This patch series makes a few more infrastructure changes towards adding
iWARP support. Hopefully this is the last infrastructure change
prior to the iWARP RFC.
Patch #1-3 take care of taking all the common iWARP/RoCE code out of
qed_roce.[ch] and placing it in qed_rdma.[ch]
Patch #4 renames the roce interface file as it is common for
RoCE and iWARP. This patch touches qedr as well.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/infiniband/hw/qedr/qedr.h')
-rw-r--r-- | drivers/infiniband/hw/qedr/qedr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qedr/qedr.h b/drivers/infiniband/hw/qedr/qedr.h index 2376019a48ae..15365d5a0e19 100644 --- a/drivers/infiniband/hw/qedr/qedr.h +++ b/drivers/infiniband/hw/qedr/qedr.h @@ -36,7 +36,7 @@ #include <rdma/ib_addr.h> #include <linux/qed/qed_if.h> #include <linux/qed/qed_chain.h> -#include <linux/qed/qed_roce_if.h> +#include <linux/qed/qed_rdma_if.h> #include <linux/qed/qede_rdma.h> #include <linux/qed/roce_common.h> #include "qedr_hsi_rdma.h" |