qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]
authorKalderon, Michal <Michal.Kalderon@cavium.com>
Wed, 21 Jun 2017 13:22:44 +0000 (16:22 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Jun 2017 19:32:59 +0000 (15:32 -0400)
commitf1372ee11901336d287a4032fabe433d33586753
tree8f56c3513e4a5e77554801bf9ed35d9ffa6839fe
parent8e8dddba72d81b78742b002bebc3cce1b23d3f84
qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]

This patch adds files that will contain common code for RoCE/iWARP.
The files are currently identical to qed_roce.c / qed_roce.h and
intentionally not added to the makefile. The next patch in the series
will modify the files so that roce specific code is left in qed_roce
and common roce/iwarp code will be placed in qed_rdma

This patch is the result of a simple
cp qed_rdma.c qed_roce.c
cp qed_rdma.h qed_roce.h

Signed-off-by: Michal Kalderon <Michal.Kalderon@cavium.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qed/qed_rdma.c [new file with mode: 0644]
drivers/net/ethernet/qlogic/qed/qed_rdma.h [new file with mode: 0644]