netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] qed*: File split and rename towards iWARP support
@ 2017-06-21 13:22 Michal Kalderon
       [not found] ` <1498051366-22988-1-git-send-email-Michal.Kalderon-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michal Kalderon @ 2017-06-21 13:22 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q, netdev-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	Ram.Amrani-YGCgFSpz5w/QT0dZR+AlfA,
	Ariel.Elior-YGCgFSpz5w/QT0dZR+AlfA, Michal Kalderon

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.


Michal Kalderon (4):
  qed: Cleanup qed_roce before duplicating it
  qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]
  qed: Split rdma content between qed_rdma and qed_roce
  qed*: Rename qed_roce_if.h to qed_rdma_if.h

 drivers/infiniband/hw/qedr/qedr.h                  |    2 +-
 drivers/infiniband/hw/qedr/qedr_cm.c               |    2 +-
 drivers/net/ethernet/qlogic/qed/Makefile           |    2 +-
 drivers/net/ethernet/qlogic/qed/qed_dcbx.c         |    2 +-
 drivers/net/ethernet/qlogic/qed/qed_dev.c          |    2 +-
 drivers/net/ethernet/qlogic/qed/qed_ll2.c          |    2 +-
 drivers/net/ethernet/qlogic/qed/qed_rdma.c         | 1722 ++++++++++++++++++++
 drivers/net/ethernet/qlogic/qed/qed_rdma.h         |  201 +++
 drivers/net/ethernet/qlogic/qed/qed_roce.c         | 1711 +------------------
 drivers/net/ethernet/qlogic/qed/qed_roce.h         |  151 +-
 drivers/net/ethernet/qlogic/qed/qed_spq.c          |    2 +-
 include/linux/qed/{qed_roce_if.h => qed_rdma_if.h} |    4 +-
 12 files changed, 1963 insertions(+), 1840 deletions(-)
 create mode 100644 drivers/net/ethernet/qlogic/qed/qed_rdma.c
 create mode 100644 drivers/net/ethernet/qlogic/qed/qed_rdma.h
 rename include/linux/qed/{qed_roce_if.h => qed_rdma_if.h} (99%)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-21 19:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 13:22 [PATCH net-next 0/4] qed*: File split and rename towards iWARP support Michal Kalderon
     [not found] ` <1498051366-22988-1-git-send-email-Michal.Kalderon-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
2017-06-21 13:22   ` [PATCH net-next 1/4] qed: Cleanup qed_roce before duplicating it Michal Kalderon
2017-06-21 13:22   ` [PATCH net-next 3/4] qed: Split rdma content between qed_rdma and qed_roce Michal Kalderon
2017-06-21 19:33   ` [PATCH net-next 0/4] qed*: File split and rename towards iWARP support David Miller
2017-06-21 13:22 ` [PATCH net-next 2/4] qed: Duplicate qed_roce.[ch] to qed_rdma.[ch] Michal Kalderon
2017-06-21 13:22 ` [PATCH net-next 4/4] qed*: Rename qed_roce_if.h to qed_rdma_if.h Michal Kalderon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).