Skip to content

Commit

Permalink
qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kalderon, Michal authored and David S. Miller committed Jun 21, 2017
1 parent 8e8dddb commit f1372ee
Show file tree
Hide file tree
Showing 2 changed files with 2,983 additions and 0 deletions.
Loading

0 comments on commit f1372ee

Please sign in to comment.